fix some updates on style change
This commit is contained in:
parent
db4ec8cf20
commit
38a01a71b4
1 changed files with 3 additions and 4 deletions
|
@ -302,8 +302,7 @@ FluxboxWindow::FluxboxWindow(WinClient &client, FbTk::XLayer &layer):
|
|||
m_parent(client.screen().rootWindow()),
|
||||
m_resize_corner(RIGHTBOTTOM) {
|
||||
|
||||
screen().focusedWinFrameTheme().reconfigSig().attach(this);
|
||||
screen().unfocusedWinFrameTheme().reconfigSig().attach(this);
|
||||
m_theme.reconfigSig().attach(this);
|
||||
|
||||
init();
|
||||
|
||||
|
@ -3016,9 +3015,9 @@ void FluxboxWindow::update(FbTk::Subject *subj) {
|
|||
if (FocusControl::focusedFbWindow())
|
||||
setFullscreenLayer();
|
||||
}
|
||||
} else if (subj == &frame().theme()->reconfigSig()) {
|
||||
reconfigTheme();
|
||||
} else if (subj == &m_theme.reconfigSig()) {
|
||||
frame().reconfigure();
|
||||
reconfigTheme();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue