diff options
Diffstat (limited to 'plugingui/textedit.cc')
-rw-r--r-- | plugingui/textedit.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/textedit.cc b/plugingui/textedit.cc index abfb3ab..aee8e13 100644 --- a/plugingui/textedit.cc +++ b/plugingui/textedit.cc @@ -134,7 +134,6 @@ void TextEdit::preprocessText() void TextEdit::repaintEvent(RepaintEvent* repaintEvent) { Painter p(*this); - p.clear(); // update values of scroll bar scroll.setRange(height() / font.textHeight()); |