1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00
This commit is contained in:
Roman Bovsunovsky 2010-11-03 18:57:35 +02:00
parent f77032da49
commit c0c61ff510

View File

@ -157,7 +157,7 @@ newFirewallDialog::newFirewallDialog(QWidget *parentw, FWObject *_p) :
m_dialog->iface_unnum->setToolTip(wordWrap(tr("Check option 'Unnumbered interface' for the interface that does not have an IP address. Examples of interfaces of this kind are those used to terminate PPPoE or VPN tunnels.") ,80 ));
*/
m_dialog->iface_sl_list->setAllColumnsShowFocus( true );
m_dialog->obj_name->setFocus();
QTimer::singleShot(0, m_dialog->obj_name, SLOT(setFocus()));
currentTemplate = NULL;
this->m_dialog->interfaceEditor1->clear();