(svn r24335) -Fix: The cursor in the company password window was not blinking due to wrong magic constants (same as r17539).

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 12 years ago
parent f6b3e0d199
commit 7e57e8692a

@ -2181,7 +2181,7 @@ struct NetworkCompanyPasswordWindow : public QueryStringBaseWindow {
virtual void OnMouseLoop()
{
this->HandleEditBox(4);
this->HandleEditBox(WID_NCP_PASSWORD);
}
virtual EventState OnKeyPress(uint16 key, uint16 keycode)

Loading…
Cancel
Save