1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Rename remaining methods in Widget.h to lowerCamelCase

This commit is contained in:
Gymnasiast
2025-06-10 21:57:53 +02:00
parent dac097ce64
commit bd6ae5848c
34 changed files with 337 additions and 337 deletions

View File

@@ -441,7 +441,7 @@ namespace OpenRCT2::Ui::Windows
frame_no++;
// Check if the mouse is hovering over the list
if (!WidgetIsHighlighted(*this, WIDX_SCROLL))
if (!widgetIsHighlighted(*this, WIDX_SCROLL))
{
_highlightedIndex = -1;
InvalidateWidget(WIDX_SCROLL);