Changeset - r19227:0438a8047e35
[Not reviewed]
master
0 1 0
michi_cc - 12 years ago 2012-04-17 19:43:34
michi_cc@openttd.org
(svn r24130) -Feature(ette): [FS#2314]: Deselect 'remove' button when changing signal types in the GUI. (Alberth)
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/rail_gui.cpp
Show inline comments
 
@@ -1526,6 +1526,13 @@ public:
 

	
 
				_cur_signal_type = (SignalType)((uint)((widget - WID_BS_SEMAPHORE_NORM) % (SIGTYPE_LAST + 1)));
 
				_cur_signal_variant = widget >= WID_BS_ELECTRIC_NORM ? SIG_ELECTRIC : SIG_SEMAPHORE;
 

	
 
				/* If 'remove' button of rail build toolbar is active, disable it. */
 
				if (_remove_button_clicked) {
 
					Window *w = FindWindowById(WC_BUILD_TOOLBAR, TRANSPORT_RAIL);
 
					if (w != NULL) ToggleRailButton_Remove(w);
 
				}
 

	
 
				break;
 

	
 
			case WID_BS_CONVERT:
0 comments (0 inline, 0 general)