Changeset - r7907:13a76bea4229
[Not reviewed]
master
0 1 0
skidd13 - 17 years ago 2007-11-18 14:39:43
skidd13@openttd.org
(svn r11459) -Fix: (r11457) The selection highlight color hasn't been reset
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -320,6 +320,7 @@ static void BuildRoadClick_OneWay(Window
 
	if (IsWindowWidgetDisabled(w, RTW_ONE_WAY)) return;
 
	SetWindowDirty(w);
 
	ToggleWidgetLoweredState(w, RTW_ONE_WAY);
 
	SetSelectionRed(false);
 
}
 

	
 
static void BuildRoadClick_Bridge(Window *w)
0 comments (0 inline, 0 general)