mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-06 18:40:23 +00:00
Revert "Make sure that Open button becomes focused after enabling"
This reverts commit d5bbd7582865789cc6b724c73cfa8ff9a2ff6d0d.
This commit is contained in:
parent
950d65a382
commit
2749d2a6cb
@ -177,8 +177,6 @@ void CSVDoc::FileDialog::slotUpdateAcceptButton(const QString& name, bool)
|
|||||||
mAdjusterWidget->setName("", true);
|
mAdjusterWidget->setName("", true);
|
||||||
|
|
||||||
ui.projectButtonBox->button(QDialogButtonBox::Ok)->setEnabled(success);
|
ui.projectButtonBox->button(QDialogButtonBox::Ok)->setEnabled(success);
|
||||||
if (success)
|
|
||||||
ui.projectButtonBox->button(QDialogButtonBox::Ok)->setFocus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CSVDoc::FileDialog::filename() const
|
QString CSVDoc::FileDialog::filename() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user