File diff r221:56c7ed3a0581 → r222:4409829eb08f
window.c
Show inline comments
 
@@ -25,7 +25,7 @@ void DispatchLeftClickEvent(Window *w, i
 
		if (e.click.widget < 0) return; /* exit if clicked outside of widgets */
 

	
 
		wi = &w->widget[e.click.widget];
 
				
 

	
 
		/* don't allow any interaction if the button has been disabled */
 
		if (HASBIT(w->disabled_state, e.click.widget))
 
			return;