diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-01-26 15:23:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 15:23:43 +0100 |
| commit | 179771acd25ee5ff8e36a5fd192682d4d55c52af (patch) | |
| tree | f7d32685bccef27e64a6f706e7c0e0c9d099c372 /test/valuators.fl | |
| parent | f314ca75feab8c472a9b136fd25636d2d2da68a7 (diff) | |
Fixing FLUID file corruption from issue #653 (#662)
Removing all globals in file writer (#653 )
Fix some static analyser complaints
Valgrind: handle width==0 in GfxDrivers on Wayland and X11
Don't use `Fl_Input_::static_value`, it accesses previous
buffer that may be deleted
Project file write encapsulated, removing globals
Encapsulating project file reader, removing states in glbals
Project i/o increased source code readability
Diffstat (limited to 'test/valuators.fl')
| -rw-r--r-- | test/valuators.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/valuators.fl b/test/valuators.fl index 1db808304..488350705 100644 --- a/test/valuators.fl +++ b/test/valuators.fl @@ -37,7 +37,7 @@ Function {} {open Fl_Slider {} { label FL_HORIZONTAL user_data {"Fl_Slider FL_HORIZONTAL"} - callback callback + callback callback selected xywh {140 80 130 20} type Horizontal selection_color 1 labelsize 8 } Fl_Slider {} { @@ -125,7 +125,7 @@ Function {} {open Fl_Scrollbar {} { label {FL_VERTICAL (0) ->} user_data {"Fl_Scrollbar FL_VERTICAL"} - callback callback selected + callback callback tooltip {Vertical Scrollbar} xywh {405 30 20 90} labelsize 8 align 13 maximum 100 value 20 } Fl_Box {} { |
