Changeset - r8692:193c8e98367c
[Not reviewed]
master
0 1 0
skidd13 - 16 years ago 2008-03-13 18:53:49
skidd13@openttd.org
(svn r12365) -Fix: missing redraw call in the road gui
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -418,9 +418,11 @@ static void UpdateOptionWidgetStatus(Win
 
	switch (clicked_widget) {
 
		case RTW_REMOVE:
 
			w->RaiseWidget(RTW_ONE_WAY);
 
			w->InvalidateWidget(RTW_ONE_WAY);
 
			break;
 
		case RTW_ONE_WAY:
 
			w->RaiseWidget(RTW_REMOVE);
 
			w->InvalidateWidget(RTW_REMOVE);
 
			break;
 
		case RTW_BUS_STATION:
 
		case RTW_TRUCK_STATION:
0 comments (0 inline, 0 general)