summaryrefslogtreecommitdiff
path: root/test/fast_slow.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-14 23:42:09 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-14 23:42:17 +0200
commit5d69828ed08c5f3a254a2d5ae9a9ed65decb54a7 (patch)
tree92a443a7cffd1b4f49fa101be3432de1361bdd6f /test/fast_slow.fl
parentb2eb664586b8d464e3382101846e4bde250285df (diff)
FLUID: fixes all overlapping widgets in all .fl files
Also fixes an issue with multiple use of the same variable for different types of i18n.
Diffstat (limited to 'test/fast_slow.fl')
-rw-r--r--test/fast_slow.fl13
1 files changed, 9 insertions, 4 deletions
diff --git a/test/fast_slow.fl b/test/fast_slow.fl
index c4361604a..b78cd4b94 100644
--- a/test/fast_slow.fl
+++ b/test/fast_slow.fl
@@ -2,10 +2,15 @@
version 1.0400
header_name {.h}
code_name {.cxx}
+snap {
+ ver 1
+ current_suite FLTK
+ current_preset 1
+}
Function {} {open
} {
- Fl_Window {} {open
- xywh {397 202 318 443} type Double hide resizable
+ Fl_Window {} {open selected
+ xywh {397 202 318 443} type Double resizable visible
} {
Fl_Slider control {
label {move
@@ -17,13 +22,13 @@ if (!Fl::pushed()) slow->value(o->value());}
}
Fl_Slider fast {
label {fast
-redraw} selected
+redraw}
xywh {140 200 30 200}
code0 {o->set_output();}
}
Fl_Slider slow {
label {slow
-redraw} selected
+redraw}
xywh {190 200 30 200}
code0 {o->set_output();}
}