removed topLevelMenu_.clear() call in QLPopupMenu::update() following MenuBackend change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-03-15 15:26:21 +00:00
parent d300f93cec
commit c6d4e2b9c6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-03-15 Abdelrazak Younes <younes.a@free.fr>
* QLPopupMenu.C: removed topLevelMenu_.clear() call.
2006-03-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* qfont_loader.C (isChosenFont): Xft-enabled Qt 4.1 seems to call

View File

@ -70,8 +70,7 @@ void QLPopupMenu::update()
lyxerr[Debug::GUI] << "\tTriggered menu: " << name_ << endl;
clear();
topLevelMenu_.clear();
if (name_.empty())
return;