diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-23 00:52:30 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-23 00:52:30 +0200 |
| commit | ab6ef9d52f60ac991baafc7af33775e34484f358 (patch) | |
| tree | 968a554563ca913742be05575bcd1f1200c38b67 /fluid/widget_panel.fl | |
| parent | d573bfe799665504bde611c924bad36e437936cf (diff) | |
FLUID: Stops overriding Ctrl-0 shortcut. #802
Ctrl-0 is used by FLTK globally to zoom all windows back to 100%,
so FLUID should not override that. Loading the previous file is now
Ctrl-1 instead of Ctrl-0.
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 3434a1889..648a8a1b8 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -57,7 +57,7 @@ Function {make_window()} {open colgaps { 1 3 -1 } } { Fl_Button {} { - label Button selected + label Button xywh {85 75 139 59} labelsize 11 parent_properties { location {1 1} @@ -82,8 +82,8 @@ Function {make_widget_panel()} { } { Fl_Group {} { label GUI - callback propagate_load - xywh {10 30 400 330} labelsize 11 when 0 hide resizable + callback propagate_load selected + xywh {10 30 400 330} labelsize 11 when 0 resizable } { Fl_Group {} { label {Label:} @@ -859,7 +859,7 @@ wCallback->do_callback(wCallback, v);} open Fl_Group widget_tab_grid_child { label {Grid Child} callback propagate_load open - xywh {10 30 400 330} labelsize 11 + xywh {10 30 400 330} labelsize 11 hide } { Fl_Group {} { label {Location:} |
