add link to Qt bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15665 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-11-01 14:40:02 +00:00
parent 2840fcf38c
commit 1364943414

View File

@ -478,8 +478,9 @@ Toolbars::ToolbarPtr GuiView::makeToolbar(ToolbarBackend::Toolbar const & tbb)
if (tbb.flags & ToolbarBackend::BOTTOM) {
addToolBar(Qt::BottomToolBarArea, Tb);
/*
// Qt bug. Doesn't work because the
// toolbar will evtl. be hidden.
// Qt bug:
// http://www.trolltech.com/developer/task-tracker/index_html?id=137015&method=entry
// Doesn't work because the toolbar will evtl. be hidden.
if (lastTb)
insertToolBarBreak(lastTb);
lastTb = Tb;