mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 00:45:34 +00:00
Merge branch 'revert_focus' into 'master'
Revert button focus change See merge request OpenMW/openmw!4133
This commit is contained in:
commit
c65f5adfba
1 changed files with 0 additions and 2 deletions
|
@ -177,8 +177,6 @@ void CSVDoc::FileDialog::slotUpdateAcceptButton(const QString& name, bool)
|
|||
mAdjusterWidget->setName("", true);
|
||||
|
||||
ui.projectButtonBox->button(QDialogButtonBox::Ok)->setEnabled(success);
|
||||
if (success)
|
||||
ui.projectButtonBox->button(QDialogButtonBox::Ok)->setFocus();
|
||||
}
|
||||
|
||||
QString CSVDoc::FileDialog::filename() const
|
||||
|
|
Loading…
Reference in a new issue