Changeset - r4756:b04fe49bf60a
[Not reviewed]
master
0 1 0
glx - 18 years ago 2006-10-06 21:27:23
glx@openttd.org
(svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets, not hide them
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
window.c
Show inline comments
 
@@ -25,7 +25,7 @@ void CDECL SetWindowWidgetsDisabledState
 
	va_start(wdg_list, widgets);
 

	
 
	while (widgets != WIDGET_LIST_END) {
 
		SetWindowWidgetHiddenState(w, widgets, disab_stat);
 
		SetWindowWidgetDisableState(w, widgets, disab_stat);
 
		widgets = va_arg(wdg_list, int);
 
	}
 

	
0 comments (0 inline, 0 general)