You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Update all get_configuration_warning to retrieve warnings from the parent
This commit is contained in:
@@ -2549,7 +2549,7 @@ String Control::get_configuration_warning() const {
|
||||
String warning = CanvasItem::get_configuration_warning();
|
||||
|
||||
if (data.mouse_filter == MOUSE_FILTER_IGNORE && data.tooltip != "") {
|
||||
if (warning != String()) {
|
||||
if (!warning.empty()) {
|
||||
warning += "\n\n";
|
||||
}
|
||||
warning += TTR("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\".");
|
||||
|
||||
Reference in New Issue
Block a user