aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
diff options
context:
space:
mode:
authorrobfram2018-05-02 21:15:46 +0200
committerrobfram2018-05-02 21:15:46 +0200
commitc17de1f70fcba19f2afdfe49d194b9b175791ea8 (patch)
tree90fb4f6d846f1100152192aaa4b15fa3eee12b44 /scene/gui/line_edit.cpp
parentc9abe88110abdc51bf520cd9af95e59374f7c0cc (diff)
downloadgodot-c17de1f70fcba19f2afdfe49d194b9b175791ea8.tar.gz
godot-c17de1f70fcba19f2afdfe49d194b9b175791ea8.tar.zst
godot-c17de1f70fcba19f2afdfe49d194b9b175791ea8.zip
Diffstat (limited to 'scene/gui/line_edit.cpp')
-rw-r--r--scene/gui/line_edit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/line_edit.cpp b/scene/gui/line_edit.cpp
index ef0d5e4c6..e3b8baf0c 100644
--- a/scene/gui/line_edit.cpp
+++ b/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 = "";