Fix placeholders position in `LineEdit` when editing inside the Editor

Editing the `Text` property through the editor causes a wrong
placement of the placeholder, as it calls `LineEdit::clear_internal`,
which was wrongly reseting the cached placeholder width.

Fix #18184.

(cherry picked from commit c17de1f70f)
This commit is contained in:
robfram 2018-05-02 21:15:46 +02:00 committed by Hein-Pieter van Braam
parent 868c44b239
commit a187fb381e
1 changed files with 0 additions and 1 deletions

View File

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