mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
FLUID didn't write static data for the deimage() image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1668 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -25,6 +25,7 @@ CHANGES IN FLTK 1.1.0b5
|
|||||||
not quoted...)
|
not quoted...)
|
||||||
- FLTK should now compile with Cygwin cleanly.
|
- FLTK should now compile with Cygwin cleanly.
|
||||||
- Shortcut changes were not being saved by FLUID.
|
- Shortcut changes were not being saved by FLUID.
|
||||||
|
- FLUID didn't write the deimage() static data.
|
||||||
|
|
||||||
|
|
||||||
CHANGES IN FLTK 1.1.0b4
|
CHANGES IN FLTK 1.1.0b4
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.6 2001/10/29 03:44:32 easysw Exp $"
|
// "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.7 2001/10/30 21:56:15 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Widget type code for the Fast Light Tool Kit (FLTK).
|
// Widget type code for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -1439,6 +1439,12 @@ void Fl_Widget_Type::write_static() {
|
|||||||
image->written = write_number;
|
image->written = write_number;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (inactive) {
|
||||||
|
if (inactive->written != write_number) {
|
||||||
|
inactive->write_static();
|
||||||
|
inactive->written = write_number;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *Fl_Type::callback_name() {
|
const char *Fl_Type::callback_name() {
|
||||||
@@ -1957,5 +1963,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.6 2001/10/29 03:44:32 easysw Exp $".
|
// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.7 2001/10/30 21:56:15 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user