mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05:00
Duplicate MDI restore geometry
This commit is contained in:
parent
375c0e1ce2
commit
4caa85749f
@ -763,6 +763,7 @@ QByteArray Workspace::saveMdiGeometry()
|
|||||||
void Workspace::restoreMdiGeometry(const QByteArray& blob)
|
void Workspace::restoreMdiGeometry(const QByteArray& blob)
|
||||||
{
|
{
|
||||||
m_mdi->restoreGeometry(qUncompress(blob));
|
m_mdi->restoreGeometry(qUncompress(blob));
|
||||||
|
m_mdi->restoreGeometry(qUncompress(blob));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Workspace::getAutoStackOption() const
|
bool Workspace::getAutoStackOption() const
|
||||||
|
Loading…
Reference in New Issue
Block a user