fix label transparent bg update with ext. tabs

This commit is contained in:
simonb 2006-04-09 13:38:13 +00:00
parent e337c67566
commit 45ea259ddd
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
(Format: Year/Month/Day)
Changes for 0.9.16:
*06/04/09:
* Fix label background update with external tabs (Simon)
FbWinFrame.cc
*06/04/06:
* Fix build on amd64 - some more size_t propagation and includes
(Simon)

View file

@ -436,7 +436,7 @@ void FbWinFrame::notifyMoved(bool clear) {
}
if (m_use_titlebar) {
if (m_tabmode == INTERNAL)
if (m_tabmode != INTERNAL)
m_label.parentMoved();
m_titlebar.parentMoved();