summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-05-05 13:50:44 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-05-05 13:50:44 +0000
commit8e37fbafc852e7baa4fe0278e9a01cf3d137ec3a (patch)
treeacee4b23bd6b68691794f501bbaedfe506cf55b2 /fluid
parent6fd58ca7cf94e71da75ccfa26d1bd08599591a84 (diff)
STR #1187: Fixed missing reset of flag in FLUID
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5083 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 050324d05..7e8e0000b 100644
--- a/fluid/Fl_Window_Type.cxx
+++ b/fluid/Fl_Window_Type.cxx
@@ -1467,6 +1467,7 @@ void Fl_Widget_Class_Type::write_code2() {
if (((Fl_Window*)o)->resizable() == o)
write_c("%sresizable(this);\n", indent());
write_c("}\n");
+ current_widget_class = 0L;
}
////////////////////////////////////////////////////////////////