From 8cbd953687e6540000e6effb0f361dea854e9838 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 7 Oct 2007 10:18:20 +0000 Subject: 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 --- fluid/Fl_Window_Type.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid') 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(); } -- cgit v1.2.3