From 136494341441469261a96f007c060bb2e0e94b90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Wed, 1 Nov 2006 14:40:02 +0000 Subject: [PATCH] add link to Qt bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15665 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiView.C b/src/frontends/qt4/GuiView.C index b4d89eb4af..91c2d850dc 100644 --- a/src/frontends/qt4/GuiView.C +++ b/src/frontends/qt4/GuiView.C @@ -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; -- 2.39.2