diff options
author | fluxgen <fluxgen> | 2003-08-15 17:23:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-15 17:23:23 (GMT) |
commit | 502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1 (patch) | |
tree | 97730dcd1ac3c22255143a94aacad8b7df2b5fdd /src/IconbarTool.cc | |
parent | 56650fc160e3d9f61cbc1793c8fa3a33fdef7be0 (diff) | |
download | fluxbox-502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1.zip fluxbox-502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1.tar.bz2 |
minor fix in rendering
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 4 |
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 | ||
262 | void IconbarTool::deleteIcons() { | 264 | void IconbarTool::deleteIcons() { |