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

Fix placeholders position in `LineEdit` when editing inside the Editor
This commit is contained in:
Rémi Verschelde 2018-05-02 22:36:24 +02:00 committed by GitHub
commit 75ff86f8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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