Fix #11063: Exchange hack for call to update_scroll (#11178)

This commit is contained in:
jeysbach 2020-03-31 16:03:14 +02:00 committed by GitHub
parent 41bf6def69
commit e9611ffaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,7 @@
- Fix: [#10951, #11160] Attempting to place park entrances creates ghost entrances in random locations.
- Fix: [#11005] Company value overflows.
- Fix: [#11027] Third color on walls becomes black when saving.
- Fix: [#11063] Scrolling position persists when switching tabs in the scenery window.
- Improved: [#11157] Slimmer virtual floor lines.
0.2.5 (2020-03-24)

View File

@ -705,8 +705,7 @@ static void window_scenery_mousedown(rct_window* w, rct_widgetindex widgetIndex,
w->Invalidate();
gSceneryPlaceCost = MONEY32_UNDEFINED;
// HACK: for 3210 Ensures that window_scenery_update_scroll gets called one time
w->max_height = 60;
window_scenery_update_scroll(w);
}
}