mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
6fd58ca7cf
commit
8e37fbafc8
1
CHANGES
1
CHANGES
|
@ -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)
|
||||
|
|
|
@ -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…
Reference in New Issue