Don't show the dock widget at construction time. This should fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5273

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-10-03 13:45:56 +00:00
parent 4873fb9d6c
commit f5b6ca1909

View File

@ -42,6 +42,7 @@ public:
if (flags & Qt::Drawer)
setFeatures(QDockWidget::NoDockWidgetFeatures);
parent.addDockWidget(area, this);
hide();
}
virtual ~DockView() {}