mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user