From 502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 15 Aug 2003 17:23:23 +0000 Subject: minor fix in rendering --- src/IconbarTool.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconbarTool.cc,v 1.6 2003/08/13 09:57:40 fluxgen Exp $ +// $Id: IconbarTool.cc,v 1.7 2003/08/15 17:23:23 fluxgen Exp $ #include "IconbarTool.hh" @@ -257,6 +257,8 @@ void IconbarTool::renderButton(IconButton &button) { button.setBorderWidth(m_theme.unfocusedBorder().width()); button.setBorderColor(m_theme.unfocusedBorder().color()); } + + button.clear(); } void IconbarTool::deleteIcons() { -- cgit v0.11.2