Duplicate MDI restore geometry

This commit is contained in:
f4exb 2022-09-25 10:12:12 +02:00
parent 375c0e1ce2
commit 4caa85749f
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,7 @@ QByteArray Workspace::saveMdiGeometry()
void Workspace::restoreMdiGeometry(const QByteArray& blob)
{
m_mdi->restoreGeometry(qUncompress(blob));
m_mdi->restoreGeometry(qUncompress(blob));
}
bool Workspace::getAutoStackOption() const