diff options
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r-- | src/IconButton.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index aaff5b8..eaae85e 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -255,7 +255,6 @@ void IconButton::update(FbTk::Subject *subj) { | |||
255 | FbTk::translateCoords(orientation(), iconx, icony, w, h); | 255 | FbTk::translateCoords(orientation(), iconx, icony, w, h); |
256 | FbTk::translatePosition(orientation(), iconx, icony, neww, newh, 0); | 256 | FbTk::translatePosition(orientation(), iconx, icony, neww, newh, 0); |
257 | 257 | ||
258 | neww = newh; | ||
259 | m_icon_window.moveResize(iconx, icony, neww, newh); | 258 | m_icon_window.moveResize(iconx, icony, neww, newh); |
260 | 259 | ||
261 | m_icon_pixmap.copy(m_win.iconPixmap().drawable(), DefaultDepth(display, screen), screen); | 260 | m_icon_pixmap.copy(m_win.iconPixmap().drawable(), DefaultDepth(display, screen), screen); |