Skip to content

Commit cb9deea

Browse files
committed
Apply changes
1 parent c80f373 commit cb9deea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/editor_properties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void EditorPropertyText::_text_changed(const String &p_string) {
9191

9292
// Set tooltip so that the full text is displayed in a tooltip if hovered.
9393
// This is useful when using a narrow inspector, as the text can be trimmed otherwise.
94-
if (!is_secret || !text->is_secret()) {
94+
if (!text->is_secret()) {
9595
text->set_tooltip_text(get_tooltip_string(text->get_text()));
9696
}
9797

0 commit comments

Comments
 (0)