mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
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:
parent
2840fcf38c
commit
1364943414
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user