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