1
0
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:
Roman Bovsunivskiy 2010-07-20 07:50:09 +00:00
parent cc1a2effeb
commit 14070f0974

View File

@ -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)