aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-09 13:38:13 (GMT)
committersimonb <simonb>2006-04-09 13:38:13 (GMT)
commit45ea259ddd14e501c1b069f2c23cb93f2052be7d (patch)
treefcddf0462b7e6a0a503d7f38dbb68fe4550beb99 /src/FbWinFrame.cc
parente337c67566ab8dd722ac2e93edeb10098ab60154 (diff)
downloadfluxbox-45ea259ddd14e501c1b069f2c23cb93f2052be7d.zip
fluxbox-45ea259ddd14e501c1b069f2c23cb93f2052be7d.tar.bz2
fix label transparent bg update with ext. tabs
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index bb2018b..2bb3298 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -436,7 +436,7 @@ void FbWinFrame::notifyMoved(bool clear) {
436 } 436 }
437 437
438 if (m_use_titlebar) { 438 if (m_use_titlebar) {
439 if (m_tabmode == INTERNAL) 439 if (m_tabmode != INTERNAL)
440 m_label.parentMoved(); 440 m_label.parentMoved();
441 441
442 m_titlebar.parentMoved(); 442 m_titlebar.parentMoved();