File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
widget.c
Show inline comments
 
@@ -477,7 +477,7 @@ static void DropdownMenuWndProc(Window *
 
{
 
	int item;
 

	
 
	switch(e->event) {
 
	switch (e->event) {
 
		case WE_PAINT: {
 
			int x,y,i,sel;