(svn r24746) -Cleanup: Remove weird lowering of editboxes.

This commit is contained in:
frosch
2012-11-14 22:50:49 +00:00
parent 11f5889521
commit 44d79aa9e5
3 changed files with 0 additions and 3 deletions

View File

@@ -855,7 +855,6 @@ struct QueryStringWindow : public Window
this->parent = parent;
this->SetFocusedWidget(WID_QS_TEXT);
this->LowerWidget(WID_QS_TEXT);
}
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *fill, Dimension *resize)