minor fix in rendering
fluxgen fluxgen
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
src/IconbarTool.cc
→
src/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() {