Changed weird click bug when <br> is used instead of \n

This commit is contained in:
Rafael 2016-10-19 16:52:13 +02:00
parent 33359448c5
commit 85980c257a
4 changed files with 59 additions and 45 deletions

View file

@ -54,8 +54,8 @@ SavegameWidget::SavegameWidget(QWidget *parent) :
highlightBackColor = palette.highlight().color();
highlightTextColor = palette.highlightedText().color();
labelAutosaveStr = tr("AUTOSAVE - %1<br>%2");
labelSaveStr = tr("SAVE %3 - %1<br>%2");
labelAutosaveStr = tr("AUTOSAVE - %1\n%2");
labelSaveStr = tr("SAVE %3 - %1\n%2");
sgdPath = "";
sgdStr = "";
sgdata = 0;