From dd933c097c0e585949c7200a0937684158f0056d Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 17 Apr 2006 14:24:11 +0000 Subject: fix label display with external tabs on some wins --- ChangeLog | 3 +++ src/FbWinFrame.cc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8eebecd..6fa7ab5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ (Format: Year/Month/Day) Changes for 0.9.16: *06/04/17: + * Fix display of label for dialog-type boxes (Simon) + (only when external tabs are enabled, but not for particular window) + FbWinFrame.cc * Fix fbrun position setting (-pos and -nearmouse args) (Simon) util/fbrun/... FbRun.hh/cc main.cc * Resize the clock if the text gets too big, sf.net patch #1436406 diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index ccf1087..a72b679 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc @@ -1216,7 +1216,7 @@ void FbWinFrame::applyTitlebar() { m_titlebar.setAlpha(alpha); m_label.setAlpha(alpha); - if (externalTabMode()) { + if (m_tabmode != INTERNAL) { m_label.setGC(m_focused?theme().labelTextFocusGC():theme().labelTextUnfocusGC()); m_label.setJustify(theme().justify()); -- cgit v0.11.2