diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-04-15 14:47:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 14:47:24 +0200 |
| commit | fc91880faf7968432710e439e77ef067759d16fc (patch) | |
| tree | f941b5ebbc70e8380775098a225001c2379b6e0f /test/preferences.fl | |
| parent | 63db80c07888e5f4dcaff3579a0d174b7df5424d (diff) | |
Reactivating Mergeback functionality. (#1226)
Reactivated code.
Various fixes.
New documentation.
Diffstat (limited to 'test/preferences.fl')
| -rw-r--r-- | test/preferences.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/preferences.fl b/test/preferences.fl index 6d074fdbb..a46c7faeb 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -187,7 +187,7 @@ Fl_Input::paste_menu_text = gettext("Paste");} {} xywh {0 0 100 20} } MenuItem {} { - label {flip flops} selected + label {flip flops} xywh {0 0 100 20} } MenuItem {} { @@ -203,7 +203,7 @@ Fl_Input::paste_menu_text = gettext("Paste");} {} xywh {35 112 100 24} type Radio down_box ROUND_DOWN_BOX } Fl_Round_Button wRight { - label {right side} + label {right side} selected xywh {35 136 100 24} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { |
