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/mainwindow.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'plugingui/mainwindow.cc') diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc index 702178f..28f3395 100644 --- a/plugingui/mainwindow.cc +++ b/plugingui/mainwindow.cc @@ -81,7 +81,6 @@ void MainWindow::repaintEvent(RepaintEvent* repaintEvent) } Painter painter(*this); - painter.clear(); auto bar_height = tabs.getBarHeight(); -- cgit v1.2.3