Network: give static IP focus.
* InterfaceAddressView now gives the address control focus when "static" mode is selected.
This commit is contained in:
@@ -260,7 +260,8 @@ InterfaceAddressView::_SetModeField(uint32 mode)
|
|||||||
fAddressField->SetText(NULL);
|
fAddressField->SetText(NULL);
|
||||||
fNetmaskField->SetText(NULL);
|
fNetmaskField->SetText(NULL);
|
||||||
fGatewayField->SetText(NULL);
|
fGatewayField->SetText(NULL);
|
||||||
}
|
} else if (mode == kModeStatic)
|
||||||
|
fAddressField->MakeFocus(true);
|
||||||
|
|
||||||
fLastMode = mode;
|
fLastMode = mode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user