mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +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:
parent
fec7be21bf
commit
858cc621a6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user