Fixed some issues with restoreState function

This commit is contained in:
Uwe Kindler
2018-02-13 07:28:38 +01:00
parent e878bb47ed
commit 805e97946e
6 changed files with 29 additions and 6 deletions

View File

@@ -1002,7 +1002,6 @@ bool CDockContainerWidget::restoreState(QXmlStreamReader& s, bool Testing)
{
CFloatingDockContainer* FloatingWidget = internal::findParent<CFloatingDockContainer*>(this);
FloatingWidget->restoreGeometry(Geometry);
FloatingWidget->show();
}
}