mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Using dpi refs in most remaining window defs
This commit is contained in:
committed by
duncanspumpkin
parent
9c2d5b9fef
commit
96d77ed8f7
@@ -722,7 +722,7 @@ static void WidgetScrollDraw(DrawPixelInfo* dpi, WindowBase& w, WidgetIndex widg
|
||||
|
||||
// Draw the scroll contents
|
||||
if (scroll_dpi.width > 0 && scroll_dpi.height > 0)
|
||||
WindowEventScrollPaintCall(&w, &scroll_dpi, scrollIndex);
|
||||
WindowEventScrollPaintCall(&w, scroll_dpi, scrollIndex);
|
||||
}
|
||||
|
||||
static void WidgetHScrollbarDraw(
|
||||
|
||||
Reference in New Issue
Block a user