You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add support for internal nodes
This commit is contained in:
@@ -48,7 +48,7 @@ GradientEdit::GradientEdit() {
|
||||
picker = memnew(ColorPicker);
|
||||
popup->add_child(picker);
|
||||
|
||||
add_child(popup);
|
||||
add_child(popup, false, INTERNAL_MODE_FRONT);
|
||||
}
|
||||
|
||||
int GradientEdit::_get_point_from_pos(int x) {
|
||||
|
||||
Reference in New Issue
Block a user