From 8934b9fb0a19231d1a7eac4525eeaef2ab1f2761 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 26 Nov 2014 15:57:08 -0500 Subject: [PATCH] ecere: gui/Window: tweak to update normalAnchor and normalSizeAnchor for gui config. - for GuiConfigData.ec functionality. --- ecere/src/gui/Window.ec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecere/src/gui/Window.ec b/ecere/src/gui/Window.ec index 6572e81..e14b5d8 100644 --- a/ecere/src/gui/Window.ec +++ b/ecere/src/gui/Window.ec @@ -1672,7 +1672,7 @@ private: public void ExternalPosition(int x, int y, int w, int h) { Position(x, y, w, h, false, true, true, true, false, false); - /* TO REVIEW: Redj's code trying to fix position saving + /* TO REVIEW: Redj's code trying to fix position saving -- TWEAK HERE if(style.fixed) { if(state == normal) @@ -1682,7 +1682,7 @@ private: anchored = false; } } - */ + */ // -- TWEAK HERE } // (w, h): Full window size -- 1.8.3.1