Skip to content

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

Rafał Mikrut requested to merge github/fork/robfram/fix-lineedit-18184 into master

Created by: robfram

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 (closed).

Merge request reports