diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-24 22:14:57 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-24 22:14:57 +0200 |
commit | 6341e7d6264d35395476e20b3253187c1b14307b (patch) | |
tree | be397350d74b4ea3c005f46ece4ac525779dddeb /plugingui/maintab.cc | |
parent | 1f3c3e0510035d04cdd39b2bd2edc5e8d8c9810d (diff) |
Fix "hidden easter egg". :)
Diffstat (limited to 'plugingui/maintab.cc')
-rw-r--r-- | plugingui/maintab.cc | 1 |
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); } |