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

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

View File

@@ -444,7 +444,6 @@ struct SignWindow : Window, SignList {
this->InitNested(desc, WN_QUERY_STRING_SIGN);
this->LowerWidget(WID_QES_TEXT);
UpdateSignEditWindow(si);
this->SetFocusedWidget(WID_QES_TEXT);
}