summaryrefslogtreecommitdiff
path: root/src/IconButton.cc
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-10-14 01:05:49 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-10-14 01:05:49 (GMT)
commit839ea523164caecd8c779e60539b78c2a748a81f (patch)
tree0019d04f27a1a258bc7a900e3cf77b916dca6493 /src/IconButton.cc
parent4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e (diff)
parent8def80cec337a986b762cdbb5e2555c6da809353 (diff)
downloadfluxbox_lack-argb.zip
fluxbox_lack-argb.tar.bz2
Merge branch 'master' into argbtesting/argbargb
Conflicts: src/FbTk/FbWindow.cc
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r--src/IconButton.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc
index d63f6da..5e42e9f 100644
--- a/src/IconButton.cc
+++ b/src/IconButton.cc
@@ -100,6 +100,7 @@ void IconButton::moveResize(int x, int y,
100 100
101 if (m_icon_window.width() != FbTk::Button::width() || 101 if (m_icon_window.width() != FbTk::Button::width() ||
102 m_icon_window.height() != FbTk::Button::height()) { 102 m_icon_window.height() != FbTk::Button::height()) {
103 reconfigTheme();
103 update(0); // update icon window 104 update(0); // update icon window
104 } 105 }
105} 106}
@@ -108,6 +109,7 @@ void IconButton::resize(unsigned int width, unsigned int height) {
108 FbTk::TextButton::resize(width, height); 109 FbTk::TextButton::resize(width, height);
109 if (m_icon_window.width() != FbTk::Button::width() || 110 if (m_icon_window.width() != FbTk::Button::width() ||
110 m_icon_window.height() != FbTk::Button::height()) { 111 m_icon_window.height() != FbTk::Button::height()) {
112 reconfigTheme();
111 update(0); // update icon window 113 update(0); // update icon window
112 } 114 }
113} 115}