diff options
Diffstat (limited to 'plugingui/lineedit.cc')
-rw-r--r-- | plugingui/lineedit.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/lineedit.cc b/plugingui/lineedit.cc index 7a8bb53..d2e9dea 100644 --- a/plugingui/lineedit.cc +++ b/plugingui/lineedit.cc @@ -202,7 +202,6 @@ void LineEdit::repaintEvent(RepaintEvent *repaintEvent) { Painter p(*this); - p.clear(); int w = width(); int h = height(); if((w == 0) || (h == 0)) |