ui: Fixed crash when opening preferences
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user