From f0b7a98ef276f2fe529db3261e0f8298438522b5 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Mon, 19 Jan 2026 14:57:06 +0100 Subject: [PATCH] .DDUMPs --- uppsrc/CtrlCore/GtkWnd.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/uppsrc/CtrlCore/GtkWnd.cpp b/uppsrc/CtrlCore/GtkWnd.cpp index d69ec8cee..e644fa456 100644 --- a/uppsrc/CtrlCore/GtkWnd.cpp +++ b/uppsrc/CtrlCore/GtkWnd.cpp @@ -229,14 +229,6 @@ void Ctrl::WndRectsSync() const else gdk_window_get_position(gdk(), &x, &y); - if(IsPopUp()) { - DDUMP(Name(this)); - DDUMP(x); - DDUMP(y); - DDUMP(width); - DDUMP(height); - } - return SCL(x, y, width, height); };