1
0
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:
Michael Alexsander Silva Dias
2017-12-25 14:03:53 -02:00
parent bcf684f9d7
commit 23080c7ed7
6 changed files with 15 additions and 32 deletions

View File

@@ -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();