Changeset - r8701:b14a43fb1f6d
[Not reviewed]
master
0 1 0
peter1138 - 16 years ago 2008-03-15 21:35:48
peter1138@openttd.org
(svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a dropdown widget
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/group_gui.cpp
Show inline comments
 
@@ -499,7 +499,7 @@ static void GroupWndProc(Window *w, Wind
 
		}
 

	
 
		case WE_CLICK:
 
			HideDropDownMenu(w);
 
			if (e->we.click.widget != GRP_WIDGET_SORT_BY_DROPDOWN && e->we.click.widget != GRP_WIDGET_MANAGE_VEHICLES_DROPDOWN) HideDropDownMenu(w);
 

	
 
			switch(e->we.click.widget) {
 
				case GRP_WIDGET_SORT_BY_ORDER: // Flip sorting method ascending/descending
0 comments (0 inline, 0 general)