Skip to content

Commit

Permalink
Fix #12780: Enable Macro TextBox in Gui (danmar#6454)
Browse files Browse the repository at this point in the history
cherry picked fom ab9def9
  • Loading branch information
olabetskyi authored May 28, 2024
1 parent 7cb8f2b commit 2cf9d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/projectfiledialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ void ProjectFileDialog::updatePathsAndDefines()
mUI->mBtnAddCheckPath->setEnabled(!importProject);
mUI->mBtnEditCheckPath->setEnabled(!importProject);
mUI->mBtnRemoveCheckPath->setEnabled(!importProject);
mUI->mEditDefines->setEnabled(!importProject);
mUI->mEditUndefines->setEnabled(!importProject);
mUI->mBtnAddInclude->setEnabled(!importProject);
mUI->mBtnEditInclude->setEnabled(!importProject);
Expand Down

0 comments on commit 2cf9d7b

Please sign in to comment.