Bo Peng wrote:
> Dear all,
> 
> http://www.lyx.org/trac/changeset/15688
> 
> As far as I can tell, I have solved the three state toolbar chaos
> completely by introducing this view->toolbar menu and
> LFUN_TOOLBAR_TOGGLE_STATE lfunc. If there is no objection, I will
> apply both patches tomorrow to attract more testing. Interested people
> can test the patches using
> 
> svn merge -r 15686:15688
> svn://svn.lyx.org/lyx/lyx-devel/branches/personal/bpeng
> 
> If all goes well, I may be able to enjoy my vacation without thinking
> of lyx. :-)
> 
> Bo
> 
> 

The popup could be disabled by reimplementing createPopouMenu in GuiView.C

http://doc.trolltech.com/4.2/qmainwindow.html#createPopupMenu

You could try returning just a QMenu() or QWidget() to disbale the popup.


-- 
Peter Kümmel

Reply via email to