mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 04:07:55 +01:00
Fixed #1787
This commit is contained in:
parent
f77032da49
commit
c0c61ff510
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user