(svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets, not hide them

pull/155/head
glx 18 years ago
parent 8f5c6ff3a1
commit df7f11c70f

@ -25,7 +25,7 @@ void CDECL SetWindowWidgetsDisabledState(Window *w, bool disab_stat, int widgets
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);
}

Loading…
Cancel
Save