all repos — fluxbox @ a49d1128cd4561eeceedbba10b3a705298a81032

custom fork of the fluxbox windowmanager

tweak iconbar rendertheme - need to re-render after addWindow
rathnor rathnor
commit

a49d1128cd4561eeceedbba10b3a705298a81032

parent

8f88c1fecb28dc15ecfd2ee210a8e466afe5456c

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/IconbarTool.ccsrc/IconbarTool.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconbarTool.cc,v 1.39 2004/06/16 15:38:19 rathnor Exp $ +// $Id: IconbarTool.cc,v 1.40 2004/06/17 00:17:22 rathnor Exp $ #include "IconbarTool.hh"

@@ -717,7 +717,7 @@ return;

IconButton *button = new IconButton(m_icon_container, m_theme.focusedText().font(), win); - renderButton(*button, false); + renderButton(*button, false); // update the attributes, but don't clear it m_icon_container.insertItem(button); m_icon_list.push_back(button);

@@ -792,6 +792,7 @@ std::list<FluxboxWindow *>::iterator it = winlist.begin();

std::list<FluxboxWindow *>::iterator it_end = winlist.end(); for (; it != it_end; ++it) addWindow(**it); + renderTheme(); } void IconbarTool::timedRender() {