File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
widget.c
Show inline comments
 
@@ -474,13 +474,13 @@ static int GetDropdownItem(const Window 
 
}
 

	
 
static void DropdownMenuWndProc(Window *w, WindowEvent *e)
 
{
 
	int item;
 

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

	
 
			DrawWindowWidgets(w);
 

	
 
			x = 1;