Browse Source

Merge pull request #18566 from robfram/fix-lineedit-18184

Fix placeholders position in `LineEdit` when editing inside the Editor
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
75ff86f8f5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      scene/gui/line_edit.cpp

+ 0 - 1
scene/gui/line_edit.cpp

@@ -1143,7 +1143,6 @@ void LineEdit::clear_internal() {
 
 	_clear_undo_stack();
 	cached_width = 0;
-	cached_placeholder_width = 0;
 	cursor_pos = 0;
 	window_pos = 0;
 	undo_text = "";