diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbWinFrame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
1216 | m_titlebar.setAlpha(alpha); | 1216 | m_titlebar.setAlpha(alpha); |
1217 | m_label.setAlpha(alpha); | 1217 | m_label.setAlpha(alpha); |
1218 | 1218 | ||
1219 | if (externalTabMode()) { | 1219 | if (m_tabmode != INTERNAL) { |
1220 | m_label.setGC(m_focused?theme().labelTextFocusGC():theme().labelTextUnfocusGC()); | 1220 | m_label.setGC(m_focused?theme().labelTextFocusGC():theme().labelTextUnfocusGC()); |
1221 | m_label.setJustify(theme().justify()); | 1221 | m_label.setJustify(theme().justify()); |
1222 | 1222 | ||