little cleanup

This commit is contained in:
markt 2007-01-07 18:39:12 +00:00
parent a53dabd36a
commit 186ebd5870
3 changed files with 1 additions and 6 deletions

View file

@ -22,8 +22,7 @@ Changes for 1.0rc3:
* Updated nb_NO translations (thanks emptydoor at users dot sf dot net)
nls/nb_NO/Translation.m
* Changing session.forcePseudotransparency no longer requires restart,
also a little code cleanup in FbTk/Transparent.cc/hh
(Mark)
also a little code cleanup in FbTk/Transparent.cc/hh (Mark)
Slit.cc Menu.cc Toolbar.cc FbWinFrame.cc fluxbox.cc
* Move triangle drawing into a generic function in FbDrawable (Simon)
Make submenu triangles in MenuItems proportional to the icon size
@ -99,7 +98,6 @@ Changes for 1.0rc3:
*06/12/28:
* Don't add 2 pixels to a specified toolbar height, bug #1528646 (Mark)
Toolbar.cc
*06/12/28:
* Allow focus to revert to stuck windows (Mark)
FocusControl.cc
*06/12/27:

View file

@ -255,7 +255,6 @@ void IconButton::update(FbTk::Subject *subj) {
FbTk::translateCoords(orientation(), iconx, icony, w, h);
FbTk::translatePosition(orientation(), iconx, icony, neww, newh, 0);
neww = newh;
m_icon_window.moveResize(iconx, icony, neww, newh);
m_icon_pixmap.copy(m_win.iconPixmap().drawable(), DefaultDepth(display, screen), screen);

View file

@ -559,8 +559,6 @@ void IconbarTool::update(FbTk::Subject *subj) {
deleteIcons();
// ok, we got some signal that we need to update our iconbar container
if (mode() == NONE)
return;
updateList();
// unlock container and update graphics