You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
-Work in progress visual shader editor *DOES NOT WORK YET*
This commit is contained in:
@@ -84,6 +84,7 @@ void MenuButton::pressed() {
|
||||
popup->set_parent_rect( Rect2(Point2(gp-popup->get_global_pos()),get_size()));
|
||||
popup->popup();
|
||||
popup->call_deferred("grab_click_focus");
|
||||
popup->set_invalidate_click_until_motion();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user