Changeset - r9134:33c8b7cc2aa3
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-05-07 18:14:09
smatz@openttd.org
(svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/toolbar_gui.cpp
Show inline comments
 
@@ -1129,7 +1129,7 @@ static void MenuWndProc(Window *w, Windo
 
		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)