mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 01:49:23 +02:00
Added focus on finish button when it is clicked to close table cell editor (fixed #1594)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user