summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-10-07 10:18:20 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-10-07 10:18:20 +0000
commit8cbd953687e6540000e6effb0f361dea854e9838 (patch)
tree8d11105f6be837b3132c642f4cd962a3b7145464 /fluid
parentc6e6092657a0931b17d4b93d284f3fd20296b759 (diff)
STR #1751: changing the window size in FLUID now sets the 'modified' flag
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5949 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Fl_Window_Type.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx
index dcd31e499..a52d47d0c 100644
--- a/fluid/Fl_Window_Type.cxx
+++ b/fluid/Fl_Window_Type.cxx
@@ -503,6 +503,7 @@ void Overlay_Window::resize(int X,int Y,int W,int H) {
Fl_Widget* t = resizable(); resizable(0);
Fl_Overlay_Window::resize(X,Y,W,H);
resizable(t);
+ set_modflag(1);
update_xywh();
}