diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-13 21:03:14 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-13 21:03:14 +0100 |
commit | 37471a3486a566159bcf0c7ebd68f9064287d0fa (patch) | |
tree | 42cc7114a13ff564575bbdd5f9c920f190f079b4 /plugingui/lineedit.cc | |
parent | b59d65d3c5606b33727cc445555704bb0e203b55 (diff) |
Use new painter clear function.
Diffstat (limited to 'plugingui/lineedit.cc')
-rw-r--r-- | plugingui/lineedit.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/lineedit.cc b/plugingui/lineedit.cc index 17174b9..35056a3 100644 --- a/plugingui/lineedit.cc +++ b/plugingui/lineedit.cc @@ -133,6 +133,8 @@ void GUI::LineEdit::repaintEvent(GUI::RepaintEvent *e) { Painter p(this); + p.clear(); + p.setColour(Colour(0, 0.4)); p.drawFilledRectangle(3,3,width()-3,height()-3); |