aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-10 18:18:14 (GMT)
committersimonb <simonb>2005-04-10 18:18:14 (GMT)
commit88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch)
tree197308ad2426783058f479d12329548c6a8a4374 /src/ButtonTool.cc
parent6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff)
downloadfluxbox-88c66f0687d2a9e2018f22407b2587dc4d87d012.zip
fluxbox-88c66f0687d2a9e2018f22407b2587dc4d87d012.tar.bz2
Big changes to how transparency works
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
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