Skip to content

Commit 5411608

Browse files
committed
Merge pull request godotengine#89956 from KoBeWi/warning!_self_destruct_sequence_activated
Remove Control z-index warning
2 parents fe25b18 + c3d2fab commit 5411608

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scene/gui/control.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,6 @@ PackedStringArray Control::get_configuration_warnings() const {
241241
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\"."));
242242
}
243243

244-
if (get_z_index() != 0) {
245-
warnings.push_back(RTR("Changing the Z index of a control only affects the drawing order, not the input event handling order."));
246-
}
247-
248244
return warnings;
249245
}
250246

0 commit comments

Comments
 (0)