summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-12-13 16:55:10 +0100
committerMatthias Melcher <github@matthiasm.com>2023-12-13 16:55:16 +0100
commit41dd84016d5383f2648c25e4c6dd1d6e39418b20 (patch)
tree19d6b58f9720e37f76fcb018e26fcef23e28d054 /FL
parent3c6fed2dd7fc6e1ecd7dc770ec0663928e582195 (diff)
#862: Removes default shortcut from Fl_Shortcut_Button
- the current UI for fallback/default/original shortcut was confusing, so I remove it until we find something better. I kept the values so we can reinstate a better interface without changing the API.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Shortcut_Button.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Shortcut_Button.H b/FL/Fl_Shortcut_Button.H
index f07c05283..8e9511246 100644
--- a/FL/Fl_Shortcut_Button.H
+++ b/FL/Fl_Shortcut_Button.H
@@ -33,9 +33,12 @@ public:
Fl_Shortcut_Button(int X,int Y,int W,int H, const char* l = 0);
void value(Fl_Shortcut shortcut);
Fl_Shortcut value();
+#if 0
+ // Default shortcut settings are disabled until successful review of the UI
void default_value(Fl_Shortcut shortcut);
Fl_Shortcut default_value();
void default_clear();
+#endif
};
#endif // Fl_Shortcut_Button_H