You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add configuration warning when ButtonGroup is used with non-toggleable buttons
Also fix ambiguous documentation of ButtonGroup.
This commit is contained in:
@@ -136,6 +136,8 @@ public:
|
||||
void set_shortcut_feedback(bool p_feedback);
|
||||
bool is_shortcut_feedback() const;
|
||||
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
|
||||
BaseButton();
|
||||
~BaseButton();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user