diff options
author | markt <markt> | 2007-11-09 17:30:34 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-09 17:30:34 (GMT) |
commit | 807a1b557552e43dbdc169c1e7a3065a3f12aac7 (patch) | |
tree | 23666a4bde623e7df14bcf9aca2294ac2b819d84 /src | |
parent | 807724db9f024faa4fb9bbeb0e7f8923b794044d (diff) | |
download | fluxbox-807a1b557552e43dbdc169c1e7a3065a3f12aac7.zip fluxbox-807a1b557552e43dbdc169c1e7a3065a3f12aac7.tar.bz2 |
fix font updates in iconbar
Diffstat (limited to 'src')
-rw-r--r-- | src/IconButton.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index 34fe532..b00c335 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -162,6 +162,8 @@ void IconButton::reconfigTheme() { | |||
162 | 162 | ||
163 | } | 163 | } |
164 | 164 | ||
165 | updateBackground(false); | ||
166 | |||
165 | } | 167 | } |
166 | 168 | ||
167 | void IconButton::update(FbTk::Subject *subj) { | 169 | void IconButton::update(FbTk::Subject *subj) { |