forked from mirror/OpenTTD
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
This commit is contained in:
@@ -98,7 +98,7 @@ struct OskWindow : public Window {
|
||||
this->ChangeOskDiabledState(shift);
|
||||
|
||||
SetDParam(0, this->caption);
|
||||
DrawWindowWidgets(this);
|
||||
this->DrawWidgets();
|
||||
|
||||
for (uint i = 0; i < OSK_KEYBOARD_ENTRIES; i++) {
|
||||
DrawCharCentered(_keyboard[shift][i],
|
||||
|
Reference in New Issue
Block a user