remove this old and now not only uneeded but bug-causing hack

BUG:234825

svn path=/trunk/KDE/kdelibs/; revision=1124340
This commit is contained in:
Aaron J. Seigo 2010-05-08 22:16:21 +00:00
parent af942eaf1d
commit 64238f5f7e

View File

@ -187,7 +187,6 @@ void InternalToolBox::updateToolBox()
} }
if (d->showing) { if (d->showing) {
d->showing = false;
showToolBox(); showToolBox();
} else if (tool && !tool->isEnabled()) { } else if (tool && !tool->isEnabled()) {
tool->hide(); tool->hide();