mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
Fixed chrash on restore state when accessing FloatingWidget that has been marked for deletion (deleteLater())
This commit is contained in:
parent
fc04aa2411
commit
9fec2bd515
@ -208,6 +208,7 @@ bool DockManagerPrivate::restoreStateFromXml(const QByteArray &state, int versi
|
|||||||
for (int i = 0; i < DeleteCount; ++i)
|
for (int i = 0; i < DeleteCount; ++i)
|
||||||
{
|
{
|
||||||
FloatingWidgets[FloatingWidgetIndex + i]->deleteLater();
|
FloatingWidgets[FloatingWidgetIndex + i]->deleteLater();
|
||||||
|
_this->removeDockContainer(FloatingWidgets[FloatingWidgetIndex + i]->dockContainer());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user