summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 27ef2bc3..3f8faaea 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1582,7 +1582,6 @@ int snap_MainWindow(const iMainWindow *d) {
1582/*----------------------------------------------------------------------------------------------*/ 1582/*----------------------------------------------------------------------------------------------*/
1583 1583
1584iWindow *newPopup_Window(iInt2 screenPos, iWidget *rootWidget) { 1584iWindow *newPopup_Window(iInt2 screenPos, iWidget *rootWidget) {
1585 arrange_Widget(rootWidget);
1586 iWindow *win = 1585 iWindow *win =
1587 new_Window(popup_WindowType, 1586 new_Window(popup_WindowType,
1588 (iRect){ screenPos, divf_I2(rootWidget->rect.size, get_Window()->pixelRatio) }, 1587 (iRect){ screenPos, divf_I2(rootWidget->rect.size, get_Window()->pixelRatio) },