We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80f373 commit cb9deeaCopy full SHA for cb9deea
editor/editor_properties.cpp
@@ -91,7 +91,7 @@ void EditorPropertyText::_text_changed(const String &p_string) {
91
92
// Set tooltip so that the full text is displayed in a tooltip if hovered.
93
// This is useful when using a narrow inspector, as the text can be trimmed otherwise.
94
- if (!is_secret || !text->is_secret()) {
+ if (!text->is_secret()) {
95
text->set_tooltip_text(get_tooltip_string(text->get_text()));
96
}
97
0 commit comments