mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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)
|
||||
setFeatures(QDockWidget::NoDockWidgetFeatures);
|
||||
parent.addDockWidget(area, this);
|
||||
hide();
|
||||
}
|
||||
|
||||
virtual ~DockView() {}
|
||||
|
Loading…
Reference in New Issue
Block a user