mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-09 20:39:37 +01:00
Hide the magic menu button.
This commit is contained in:
parent
6939e22983
commit
181ec8f642
@ -213,6 +213,8 @@ PaintNavbar::PaintNavbar() {
|
|||||||
menu->add_item("HSV Color Modulation", MENU_MAGIC_HSV_COLOR_MODULATION);
|
menu->add_item("HSV Color Modulation", MENU_MAGIC_HSV_COLOR_MODULATION);
|
||||||
menu->connect("id_pressed", this, "handle_menu_item_pressed");
|
menu->connect("id_pressed", this, "handle_menu_item_pressed");
|
||||||
|
|
||||||
|
magic_menu_button->hide();
|
||||||
|
|
||||||
editor_menu_button = memnew(MenuButton);
|
editor_menu_button = memnew(MenuButton);
|
||||||
editor_menu_button->set_switch_on_hover(true);
|
editor_menu_button->set_switch_on_hover(true);
|
||||||
editor_menu_button->set_text("Editor");
|
editor_menu_button->set_text("Editor");
|
||||||
|
Loading…
Reference in New Issue
Block a user