diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-17 12:56:23 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-17 12:56:35 +0200 |
| commit | 4d94a08bd2fcd681d33bfb51228ace3b432b19ab (patch) | |
| tree | 5867ce7627bf48eaf8cd7fe8ce76839ea37ab36b /fluid/about_panel.fl | |
| parent | 4dffa31520f66fe0baea574ea391ec58a77eaa49 (diff) | |
FLUID: fix window visibility across project file update
Diffstat (limited to 'fluid/about_panel.fl')
| -rw-r--r-- | fluid/about_panel.fl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 82c8ce627..8c524a5dd 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -2,6 +2,11 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 1 +} comment {// // About dialog for the Fast Light Tool Kit (FLTK). // @@ -35,11 +40,11 @@ if (!cbuf[0]) { sprintf(cbuf, "Copyright © 1998 - %d\\nby Bill Spitzak and others", lt->tm_year+1900); }} {} Fl_Window about_panel { - label {About FLUID} open + label {About FLUID} open selected xywh {449 217 345 180} type Double color 50 selection_color 47 hotspot code0 {\#include "../src/flstring.h"} non_modal visible } { - Fl_Box {} {selected + Fl_Box {} { image {icons/fluid.animated.gif} compress_image 1 xywh {10 10 115 120} code0 {((Fl_Anim_GIF_Image*)(o->image()))->speed(0.5f);} } |
