diff options
Diffstat (limited to 'plugingui/powerbutton.cc')
-rw-r--r-- | plugingui/powerbutton.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/powerbutton.cc b/plugingui/powerbutton.cc index 85ef0a3..a91524f 100644 --- a/plugingui/powerbutton.cc +++ b/plugingui/powerbutton.cc @@ -38,7 +38,6 @@ PowerButton::PowerButton(Widget* parent) : Toggle(parent) void PowerButton::repaintEvent(RepaintEvent* repaintEvent) { Painter p(*this); - p.clear(); if(state) { |