Fixed a bug in restore functionality that caused application crash, added initial support for perspectives
This commit is contained in:
@@ -522,9 +522,10 @@ bool DockContainerWidgetPrivate::restoreDockArea(QXmlStreamReader& s,
|
||||
else
|
||||
{
|
||||
DockArea->setProperty("currentIndex", CurrentIndex);
|
||||
DockAreas.append(DockArea);
|
||||
}
|
||||
|
||||
CreatedWidget = DockArea;
|
||||
DockAreas.append(DockArea);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user