mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
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:
parent
d300f93cec
commit
c6d4e2b9c6
@ -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>
|
2006-03-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
* qfont_loader.C (isChosenFont): Xft-enabled Qt 4.1 seems to call
|
* qfont_loader.C (isChosenFont): Xft-enabled Qt 4.1 seems to call
|
||||||
|
@ -70,8 +70,7 @@ void QLPopupMenu::update()
|
|||||||
lyxerr[Debug::GUI] << "\tTriggered menu: " << name_ << endl;
|
lyxerr[Debug::GUI] << "\tTriggered menu: " << name_ << endl;
|
||||||
|
|
||||||
clear();
|
clear();
|
||||||
topLevelMenu_.clear();
|
|
||||||
|
|
||||||
if (name_.empty())
|
if (name_.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user