You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix redraw issue when clicking on a list item.
This commit is contained in:
@@ -480,6 +480,7 @@ static void window_tile_inspector_scrollmousedown(rct_window *w, int scrollIndex
|
||||
|
||||
// Enable/disable buttons
|
||||
window_tile_inspector_auto_set_buttons(w);
|
||||
widget_invalidate(w, WIDX_LIST);
|
||||
}
|
||||
|
||||
static void window_tile_inspector_scrollmouseover(rct_window *w, int scrollIndex, int x, int y)
|
||||
|
||||
Reference in New Issue
Block a user