aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTool.cc')
-rw-r--r--src/ButtonTool.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ButtonTool.cc b/src/ButtonTool.cc
index c87ce86..38ac23e 100644
--- a/src/ButtonTool.cc
+++ b/src/ButtonTool.cc
@@ -87,6 +87,5 @@ void ButtonTool::renderTheme(unsigned char alpha) {
87 m_image_ctrl.removeImage(old_pm); 87 m_image_ctrl.removeImage(old_pm);
88 88
89 btn.clear(); 89 btn.clear();
90 btn.updateTransparent();
91} 90}
92 91