Changeset - r9132:c6bfeaf5fae7
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-05-07 15:53:58
smatz@openttd.org
(svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/toolbar_gui.cpp
Show inline comments
 
@@ -1326,7 +1326,7 @@ static void PlayerMenuWndProc(Window *w,
 
		case WE_DESTROY: {
 
			Window *v = FindWindowById(WC_MAIN_TOOLBAR, 0);
 
			v->RaiseWidget(WP(w, menu_d).main_button);
 
			w->SetDirty();
 
			v->SetDirty();
 
			return;
 
		}
 

	
0 comments (0 inline, 0 general)