You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Made MenuButton and ColorPickerButton's "get_popup" methods return constant.
This commit is contained in:
@@ -54,7 +54,7 @@ protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
PopupMenu *get_popup();
|
||||
PopupMenu *get_popup() const;
|
||||
void set_disable_shortcuts(bool p_disabled);
|
||||
|
||||
MenuButton();
|
||||
|
||||
Reference in New Issue
Block a user