fix label transparent bg update with ext. tabs
This commit is contained in:
parent
e337c67566
commit
45ea259ddd
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue