(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

@@ -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);
}