Skip to content

Commit

Permalink
Fix #12780: Enable Macro TextBox in Gui (#6450)
Browse files Browse the repository at this point in the history
  • Loading branch information
olabetskyi authored May 27, 2024
1 parent 51fb56c commit ab9def9
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 ab9def9

Please sign in to comment.