Skip to content

Commit

Permalink
Disable browse button when select <new command> (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanhwr authored and bjorn committed Aug 22, 2017
1 parent 7807916 commit 78f256a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiled/commanddialog.cpp
Expand Up @@ -141,6 +141,7 @@ void CommandDialog::updateWidgets(const QModelIndex &current, const QModelIndex
mUi->argumentsEdit->setEnabled(enable);
mUi->workingDirectoryEdit->setEnabled(enable);
mUi->exBrowseButton->setEnabled(enable);
mUi->wdBrowseButton->setEnabled(enable);
mUi->keySequenceEdit->setEnabled(enable);
mUi->clearButton->setEnabled(enable);
mUi->outputBox->setEnabled(enable);
Expand Down

0 comments on commit 78f256a

Please sign in to comment.