(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.

This commit is contained in:
frosch
2012-11-13 21:46:19 +00:00
parent c54f982a62
commit e95b757c11
13 changed files with 7 additions and 74 deletions

View File

@@ -491,10 +491,6 @@ public:
this->vscroll->SetCount(_fios_items.Length());
this->DrawWidgets();
if (_saveload_mode == SLD_SAVE_GAME || _saveload_mode == SLD_SAVE_SCENARIO || _saveload_mode == SLD_SAVE_HEIGHTMAP) {
this->DrawEditBox(WID_SL_SAVE_OSK_TITLE);
}
}
virtual void OnClick(Point pt, int widget, int click_count)