mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 20:27:22 +01:00
Added focus on finish button when it is clicked to close table cell editor (fixed #1594)
This commit is contained in:
parent
cc1a2effeb
commit
14070f0974
@ -885,6 +885,10 @@ void newFirewallDialog::cancelClicked()
|
||||
|
||||
void newFirewallDialog::finishClicked()
|
||||
{
|
||||
// getting focus to close table cell editor
|
||||
// see #1594
|
||||
m_dialog->finishButton->setFocus(Qt::OtherFocusReason);
|
||||
|
||||
int p = currentPage();
|
||||
|
||||
if (fwbdebug)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user