1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove forwarding functions in Window.cpp (#21516)

This commit is contained in:
mrmbernardi
2024-03-03 18:04:09 +01:00
committed by GitHub
parent bc149ca95c
commit 4ccecd6e68
28 changed files with 211 additions and 376 deletions

View File

@@ -726,7 +726,7 @@ static void WidgetScrollDraw(DrawPixelInfo& dpi, WindowBase& w, WidgetIndex widg
// Draw the scroll contents
if (scroll_dpi.width > 0 && scroll_dpi.height > 0)
WindowEventScrollDrawCall(&w, scroll_dpi, scrollIndex);
w.OnScrollDraw(scrollIndex, scroll_dpi);
}
static void WidgetHScrollbarDraw(