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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user