File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
window.c
Show inline comments
 
@@ -48,7 +48,7 @@ static void DispatchLeftClickEvent(Windo
 

	
 
		if (wi->type & 0xE0) {
 
			/* special widget handling for buttons*/
 
			switch(wi->type) {
 
			switch (wi->type) {
 
			case WWT_IMGBTN  | WWB_PUSHBUTTON: /* WWT_PUSHIMGBTN */
 
			case WWT_TEXTBTN | WWB_PUSHBUTTON: /* WWT_PUSHTXTBTN */
 
				HandleButtonClick(w, e.click.widget);