1
0
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:
Gymnasiast
2023-04-03 21:21:52 +02:00
committed by duncanspumpkin
parent 9c2d5b9fef
commit 96d77ed8f7
42 changed files with 431 additions and 433 deletions

View File

@@ -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(