]> git.lyx.org Git - lyx.git/commitdiff
add link to Qt bug
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 1 Nov 2006 14:40:02 +0000 (14:40 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 1 Nov 2006 14:40:02 +0000 (14:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15665 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.C

index b4d89eb4af083cc40e6b3715888e0edae0166326..91c2d850dcbb15cb07003c71ce93e20e63bde5a5 100644 (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;