From ed2c31509f12dd24d09e0d3e081a2372074f8063 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 9 Nov 2004 08:02:40 +0000 Subject: [PATCH] allow arbitrary positions for toplevel windows (also initially off-screen ) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/toplevel.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index c4914ac596..a794c8077a 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -948,10 +948,6 @@ void wxTopLevelWindowMac::MacCreateRealWindow( const wxString& title, int x = (int)pos.x; int y = (int)pos.y; - if ( y < 50 ) - y = 50 ; - if ( x < 20 ) - x = 20 ; int w = WidthDefault(size.x); int h = HeightDefault(size.y); -- 2.45.2