summaryrefslogtreecommitdiff
path: root/plugingui
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-24 22:14:57 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-24 22:14:57 +0200
commit6341e7d6264d35395476e20b3253187c1b14307b (patch)
treebe397350d74b4ea3c005f46ece4ac525779dddeb /plugingui
parent1f3c3e0510035d04cdd39b2bd2edc5e8d8c9810d (diff)
Fix "hidden easter egg". :)
Diffstat (limited to 'plugingui')
-rw-r--r--plugingui/maintab.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 73bae48..3458a72 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -86,6 +86,7 @@ void MainTab::resize(std::size_t width, std::size_t height)
// DrumGizmo logo
Painter painter(*this);
+ painter.clear();
painter.drawImage(width - logo.width(), height - logo.height(), logo);
}