* src/frontends/qt4/IconPalette.cpp (updateParent): Oops ...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20631 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-10-01 10:46:18 +00:00
parent 91f82566e8
commit 1b1132bd94

View File

@ -212,6 +212,7 @@ void IconPalette::updateParent()
// FIXME: so this is commented out for speed considerations
// true fix is to repair the updating mechanism of the toolbar
#if 0
for (int i = 0; i < actions_.size(); ++i)
if (actions_.at(i)->isEnabled()) {
enable = true;
break;