Browse Source

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
pull/168/head
Matthias Melcher 19 years ago
parent
commit
8e37fbafc8
  1. 1
      CHANGES
  2. 1
      fluid/Fl_Window_Type.cxx

1
CHANGES

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.8
- Fixed missing reset of flag in FLUID (STR #1187)
- Fixed maximizing in OS X (STR #1221)
- Fixed 'make distclean' to remove binaries inside
MacOS app packages (STR #1169)

1
fluid/Fl_Window_Type.cxx

@ -1467,6 +1467,7 @@ void Fl_Widget_Class_Type::write_code2() { @@ -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;
}
////////////////////////////////////////////////////////////////

Loading…
Cancel
Save