all repos — fluxbox @ 502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1

custom fork of the fluxbox windowmanager

minor fix in rendering
fluxgen fluxgen
commit

502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1

parent

56650fc160e3d9f61cbc1793c8fa3a33fdef7be0

1 files changed, 3 insertions(+), 1 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.6 2003/08/13 09:57:40 fluxgen Exp $ +// $Id: IconbarTool.cc,v 1.7 2003/08/15 17:23:23 fluxgen Exp $ #include "IconbarTool.hh"

@@ -257,6 +257,8 @@

button.setBorderWidth(m_theme.unfocusedBorder().width()); button.setBorderColor(m_theme.unfocusedBorder().color()); } + + button.clear(); } void IconbarTool::deleteIcons() {