# HG changeset patch # User peter1138 # Date 1151526451 0 # Node ID b7c2d89e05bce3bdd5288f39663aaae12a5ceb54 # Parent e39a4fea2e8bf798802d4e2a7a8217c3a08a4c9d (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. diff --git a/misc_gui.c b/misc_gui.c --- a/misc_gui.c +++ b/misc_gui.c @@ -1577,6 +1577,7 @@ } break; } + break; case WE_RESIZE: { /* Widget 3 and 4 have to go with halve speed, make it so obiwan */