Skip to content

Commit

Permalink
GUI: Fix ProjectFileDialog::updatePathsAndDefines()
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 7, 2017
1 parent ff8c5f7 commit f6893c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/projectfiledialog.cpp
Expand Up @@ -221,6 +221,7 @@ void ProjectFileDialog::updatePathsAndDefines()
bool importProject = !mUI.mEditImportProject->text().isEmpty();
mUI.mBtnClearImportProject->setEnabled(importProject);
mUI.mListCheckPaths->setEnabled(!importProject);
mUI.mListIncludeDirs->setEnabled(!importProject);
mUI.mBtnAddCheckPath->setEnabled(!importProject);
mUI.mBtnEditCheckPath->setEnabled(!importProject);
mUI.mBtnRemoveCheckPath->setEnabled(!importProject);
Expand Down

0 comments on commit f6893c7

Please sign in to comment.