1
0
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:
pizza2004
2020-11-03 14:29:22 -07:00
committed by GitHub
parent 1b55914c96
commit a5607da09d
36 changed files with 464 additions and 475 deletions

View File

@@ -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);