mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Refactor Widget to TitleCase (#13355)
This commit is contained in:
@@ -438,7 +438,7 @@ static void window_object_load_error_update(rct_window* w)
|
||||
w->frame_no++;
|
||||
|
||||
// Check if the mouse is hovering over the list
|
||||
if (!widget_is_highlighted(w, WIDX_SCROLL))
|
||||
if (!WidgetIsHighlighted(w, WIDX_SCROLL))
|
||||
{
|
||||
highlighted_index = -1;
|
||||
widget_invalidate(w, WIDX_SCROLL);
|
||||
|
||||
Reference in New Issue
Block a user