You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove Control z-index warning
This commit is contained in:
@@ -241,10 +241,6 @@ PackedStringArray Control::get_configuration_warnings() const {
|
|||||||
warnings.push_back(RTR("The Hint Tooltip won't be displayed as the control's Mouse Filter is set to \"Ignore\". To solve this, set the Mouse Filter to \"Stop\" or \"Pass\"."));
|
warnings.push_back(RTR("The Hint Tooltip won't be displayed as the control's Mouse Filter is set to \"Ignore\". To solve this, set the Mouse Filter to \"Stop\" or \"Pass\"."));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_z_index() != 0) {
|
|
||||||
warnings.push_back(RTR("Changing the Z index of a control only affects the drawing order, not the input event handling order."));
|
|
||||||
}
|
|
||||||
|
|
||||||
return warnings;
|
return warnings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user