aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-09 16:48:09 (GMT)
committerrathnor <rathnor>2003-10-09 16:48:09 (GMT)
commit018665d7a3ae8cb642880176d415f57fc178c299 (patch)
tree05a21b11a9f28bd8b456e080be52148de30f5018 /src/IconbarTool.cc
parent075dc35b5eeb875e971842e8230338395367e08f (diff)
downloadfluxbox-018665d7a3ae8cb642880176d415f57fc178c299.zip
fluxbox-018665d7a3ae8cb642880176d415f57fc178c299.tar.bz2
drawing optimisations and fixes
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r--src/IconbarTool.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc
index 34ca188..ee0d7cf 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.13 2003/10/06 06:22:42 rathnor Exp $ 23// $Id: IconbarTool.cc,v 1.14 2003/10/09 16:48:09 rathnor Exp $
24 24
25#include "IconbarTool.hh" 25#include "IconbarTool.hh"
26 26
@@ -372,11 +372,11 @@ void IconbarTool::update(FbTk::Subject *subj) {
372 } 372 }
373 373
374 // unlock container and update graphics 374 // unlock container and update graphics
375 renderTheme();
375 m_icon_container.setUpdateLock(false); 376 m_icon_container.setUpdateLock(false);
376 m_icon_container.showSubwindows();
377 m_icon_container.update(); 377 m_icon_container.update();
378 378 m_icon_container.showSubwindows();
379 renderTheme(); 379
380} 380}
381 381
382void IconbarTool::renderWindow(FluxboxWindow &win) { 382void IconbarTool::renderWindow(FluxboxWindow &win) {