From 2de9859e795e3a2223907b9789479bea0111fa4f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 7 Aug 2020 14:59:49 +0300 Subject: Cleanup --- src/ui/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/util.c b/src/ui/util.c index 02b22ed9..b0bef69e 100644 --- a/src/ui/util.c +++ b/src/ui/util.c @@ -200,7 +200,7 @@ void openMenu_Widget(iWidget *d, iInt2 coord) { d->rect.pos = coord; /* Ensure the full menu is visible. */ const iInt2 rootSize = rootSize_Window(get_Window()); - const iRect bounds = bounds_Widget(d); + const iRect bounds = bounds_Widget(d); const int leftExcess = -left_Rect(bounds); const int rightExcess = right_Rect(bounds) - rootSize.x; const int topExcess = -top_Rect(bounds); -- cgit v1.2.3