aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-15 17:23:23 (GMT)
committerfluxgen <fluxgen>2003-08-15 17:23:23 (GMT)
commit502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1 (patch)
tree97730dcd1ac3c22255143a94aacad8b7df2b5fdd /src/IconbarTool.cc
parent56650fc160e3d9f61cbc1793c8fa3a33fdef7be0 (diff)
downloadfluxbox_pavel-502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1.zip
fluxbox_pavel-502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1.tar.bz2
minor fix in rendering
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r--src/IconbarTool.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc
index 9b26baf..f51cbb0 100644
--- a/src/IconbarTool.cc
+++ b/src/IconbarTool.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconbarTool.cc,v 1.6 2003/08/13 09:57:40 fluxgen Exp $ 23// $Id: IconbarTool.cc,v 1.7 2003/08/15 17:23:23 fluxgen Exp $
24 24
25#include "IconbarTool.hh" 25#include "IconbarTool.hh"
26 26
@@ -257,6 +257,8 @@ void IconbarTool::renderButton(IconButton &button) {
257 button.setBorderWidth(m_theme.unfocusedBorder().width()); 257 button.setBorderWidth(m_theme.unfocusedBorder().width());
258 button.setBorderColor(m_theme.unfocusedBorder().color()); 258 button.setBorderColor(m_theme.unfocusedBorder().color());
259 } 259 }
260
261 button.clear();
260} 262}
261 263
262void IconbarTool::deleteIcons() { 264void IconbarTool::deleteIcons() {