From 858cc621a6b8033137d06be892f46becb350977f Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 28 Jun 2006 20:27:31 +0000 Subject: [PATCH] (svn r5409) - Regression [r5391]: WE_CLICK event of SelectScenarioWndProc() cascaded to WE_RESIZE handler, causing the Save and Map toolbar widgets to be altered. Fix by putting the break; back. --- misc_gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc_gui.c b/misc_gui.c index 2ffcbec0e2..d7393449da 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -1577,6 +1577,7 @@ static void SelectScenarioWndProc(Window* w, WindowEvent* e) } break; } + break; case WE_RESIZE: { /* Widget 3 and 4 have to go with halve speed, make it so obiwan */