Author: matt
Date: 2007-10-07 03:18:20 -0700 (Sun, 07 Oct 2007)
New Revision: 5949
Log:
STR #1751: changing the window size in FLUID now sets the 'modified' flag

Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/fluid/Fl_Window_Type.cxx

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-10-07 10:12:32 UTC (rev 5948)
+++ branches/branch-1.1/CHANGES 2007-10-07 10:18:20 UTC (rev 5949)
@@ -3,6 +3,8 @@
        - Documentation fixes (STR #1454, STR #1455, STR #1456,
          STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
          STR #1639, STR #1645, STR #1644, STR #1792, STR #1793)
+       - Changing the window size in FLUID would not mark the 
+         project as modified (STR #1751)
        - Fixed fl_filename_isdir for "/"-path (STR #1761)
        - Fixed Fl_Chart drawing (STR #1756)
        - Fixed mapping of subwindows with unmapped parent

Modified: branches/branch-1.1/fluid/Fl_Window_Type.cxx
===================================================================
--- branches/branch-1.1/fluid/Fl_Window_Type.cxx        2007-10-07 10:12:32 UTC 
(rev 5948)
+++ branches/branch-1.1/fluid/Fl_Window_Type.cxx        2007-10-07 10:18:20 UTC 
(rev 5949)
@@ -503,6 +503,7 @@
   Fl_Widget* t = resizable(); resizable(0);
   Fl_Overlay_Window::resize(X,Y,W,H);
   resizable(t);
+  set_modflag(1);
   update_xywh();
 }
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to