ui: Fixed crash when opening preferences

This commit is contained in:
Eberhard Graether
2016-03-10 18:48:58 +01:00
parent 9a7b818dba
commit f85d5a6024
2 changed files with 5 additions and 2 deletions
@@ -112,7 +112,10 @@ void QtProjectWizzardContentSummary::populateForm(QGridLayout* layout, int& row)
layout->setRowMinimumHeight(row, 10);
layout->setRowStretch(row, 1);
advancedToggled(false);
if (m_checkBox)
{
advancedToggled(false);
}
}
void QtProjectWizzardContentSummary::load()