From 66420ea45b7d4f99820850a60273335f13f2bb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 22 Apr 2017 14:03:01 +0200 Subject: Remove unnecessary painter clears. --- plugingui/tabbutton.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugingui/tabbutton.cc') diff --git a/plugingui/tabbutton.cc b/plugingui/tabbutton.cc index 56552c0..f46daa4 100644 --- a/plugingui/tabbutton.cc +++ b/plugingui/tabbutton.cc @@ -81,8 +81,6 @@ void TabButton::repaintEvent(RepaintEvent* e) { Painter p(*this); - p.clear(); - int padTop = 3; int padLeft = 0; int padTextTop = 3; -- cgit v1.2.3