mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Qt: set find_dialog "next" button to default
This commit is contained in:
parent
0b2ba98238
commit
90ac24e524
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ find_dialog::find_dialog(QTextEdit* edit, QWidget *parent, Qt::WindowFlags f) :
|
|||
connect(m_find_next, &QPushButton::clicked, this, &find_dialog::find_next);
|
||||
connect(m_find_previous, &QPushButton::clicked, this, &find_dialog::find_previous);
|
||||
|
||||
m_find_next->setDefault(true);
|
||||
|
||||
show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue