aboutsummaryrefslogtreecommitdiff
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
parente337c67566ab8dd722ac2e93edeb10098ab60154 (diff)
downloadfluxbox-45ea259ddd14e501c1b069f2c23cb93f2052be7d.zip
fluxbox-45ea259ddd14e501c1b069f2c23cb93f2052be7d.tar.bz2
fix label transparent bg update with ext. tabs
-rw-r--r--ChangeLog3
-rw-r--r--src/FbWinFrame.cc2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index beb4259..2f62ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/09:
4 * Fix label background update with external tabs (Simon)
5 FbWinFrame.cc
3*06/04/06: 6*06/04/06:
4 * Fix build on amd64 - some more size_t propagation and includes 7 * Fix build on amd64 - some more size_t propagation and includes
5 (Simon) 8 (Simon)
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();