mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
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:
parent
4873fb9d6c
commit
f5b6ca1909
@ -42,6 +42,7 @@ public:
|
|||||||
if (flags & Qt::Drawer)
|
if (flags & Qt::Drawer)
|
||||||
setFeatures(QDockWidget::NoDockWidgetFeatures);
|
setFeatures(QDockWidget::NoDockWidgetFeatures);
|
||||||
parent.addDockWidget(area, this);
|
parent.addDockWidget(area, this);
|
||||||
|
hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~DockView() {}
|
virtual ~DockView() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user