parent
7de3a11469
commit
0b632be4a9
1 changed files with 2 additions and 2 deletions
|
@ -1325,7 +1325,7 @@ float Control::_get_parent_range(int p_idx) const {
|
||||||
|
|
||||||
if (!is_inside_tree()) {
|
if (!is_inside_tree()) {
|
||||||
|
|
||||||
return 1.0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (data.parent_canvas_item) {
|
if (data.parent_canvas_item) {
|
||||||
|
|
||||||
|
@ -1334,7 +1334,7 @@ float Control::_get_parent_range(int p_idx) const {
|
||||||
return get_viewport()->get_visible_rect().size[p_idx & 1];
|
return get_viewport()->get_visible_rect().size[p_idx & 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1.0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
float Control::_get_range(int p_idx) const {
|
float Control::_get_range(int p_idx) const {
|
||||||
|
|
Loading…
Reference in a new issue