1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 23:19:09 +00:00

(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.

This commit is contained in:
2006-06-28 20:27:31 +00:00
parent 0d00785acc
commit da89744609

View File

@@ -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 */