X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d4ef413201b6aa149d11992dc2527e07cd9085d4..ced93033b2d27cbba04c2044ad428c12943892bb:/disobedience/control.c diff --git a/disobedience/control.c b/disobedience/control.c index 92e2b74..0fde2d0 100644 --- a/disobedience/control.c +++ b/disobedience/control.c @@ -235,6 +235,7 @@ GtkWidget *control_widget(void) { gtk_widget_modify_bg(icons[n].button, GTK_STATE_ACTIVE, &tool_active); gtk_widget_modify_bg(icons[n].button, GTK_STATE_PRELIGHT, &tool_active); gtk_widget_modify_bg(icons[n].button, GTK_STATE_SELECTED, &tool_active); + gtk_widget_modify_bg(icons[n].button, GTK_STATE_INSENSITIVE, &tool_active); if((pb = find_image(icons[n].icon))) { NW(image); content = gtk_image_new_from_pixbuf(pb);