Network: give static IP focus.

* InterfaceAddressView now gives the address control focus when
  "static" mode is selected.
This commit is contained in:
Axel Dörfler
2015-03-27 13:25:30 +01:00
parent 0a6b562313
commit 8b8bd796f4
@@ -260,7 +260,8 @@ InterfaceAddressView::_SetModeField(uint32 mode)
fAddressField->SetText(NULL);
fNetmaskField->SetText(NULL);
fGatewayField->SetText(NULL);
}
} else if (mode == kModeStatic)
fAddressField->MakeFocus(true);
fLastMode = mode;
}