summaryrefslogtreecommitdiff
path: root/src/IconButton.cc
diff options
context:
space:
mode:
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}