We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700a4e4 commit cc64b48Copy full SHA for cc64b48
src/widgets/lineedit/lineedit.cpp
@@ -950,6 +950,11 @@ void LineEdit::OnGeometryChanged()
950
{
951
Canvas* canvas = GetCanvas();
952
953
+ for (auto& line : lines)
954
+ {
955
+ line.invalidated = true;
956
+ }
957
+
958
vertical_text_align = canvas->verticalTextAlign();
959
960
clip_start_offset = 0;
0 commit comments