diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-30 19:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 19:20:52 +0100 |
| commit | 2c5a5ce948a47d067659f4745039af44ede5829b (patch) | |
| tree | 0535614a09c741a1f3ef7bd303485f2cfa5acd0c /fluid/Fl_Menu_Type.cxx | |
| parent | 44c874b731f9f58c2f50c3c6076371058cbe26e3 (diff) | |
FLUID support for inline image data (see #542, #592) (#604)
Diffstat (limited to 'fluid/Fl_Menu_Type.cxx')
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index 6d71bce85..92445ff17 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -303,7 +303,7 @@ void Fl_Menu_Item_Type::write_static() { } if (image) { if (image->written != write_number) { - image->write_static(); + image->write_static(compress_image_); image->written = write_number; } } |
