Changeset - r19791:5bc3ce603c98
[Not reviewed]
master
0 3 0
frosch - 12 years ago 2012-11-14 22:50:49
frosch@openttd.org
(svn r24746) -Cleanup: Remove weird lowering of editboxes.
3 files changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/misc_gui.cpp
Show inline comments
 
@@ -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)
src/osk_gui.cpp
Show inline comments
 
@@ -85,7 +85,6 @@ struct OskWindow : public Window {
 
		}
 
		this->SetWidgetDisabledState(WID_OSK_SPACE, !IsValidChar(' ', this->qs->afilter));
 

	
 
		this->LowerWidget(WID_OSK_TEXT);
 
		this->SetWidgetLoweredState(WID_OSK_SHIFT, HasBit(_keystate, KEYS_SHIFT));
 
		this->SetWidgetLoweredState(WID_OSK_CAPS, HasBit(_keystate, KEYS_CAPS));
 
	}
src/signs_gui.cpp
Show inline comments
 
@@ -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);
 
	}
0 comments (0 inline, 0 general)