mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-14 14:41:15 +01:00
Properly give separate button groups for handle selection types and pivots.
This commit is contained in:
parent
4d49128e4c
commit
4dba63cb69
@ -558,6 +558,8 @@ MDIEd::MDIEd() {
|
||||
action_label->set_v_size_flags(SIZE_EXPAND_FILL | SIZE_SHRINK_CENTER);
|
||||
action_buttons_container->add_child(action_label);
|
||||
|
||||
action_button_group.instance();
|
||||
|
||||
action_button = memnew(Button);
|
||||
action_button->set_text("A");
|
||||
action_button->set_toggle_mode(true);
|
||||
|
Loading…
Reference in New Issue
Block a user