ecere: gui/Window: tweak to update normalAnchor and normalSizeAnchor for gui config.
authorRejean Loyer <redj@ecere.com>
Wed, 26 Nov 2014 20:57:08 +0000 (15:57 -0500)
committerRejean Loyer <redj@ecere.com>
Mon, 16 Mar 2015 05:31:48 +0000 (01:31 -0400)
 - for GuiConfigData.ec functionality.

ecere/src/gui/Window.ec

index 6572e81..e14b5d8 100644 (file)
@@ -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