1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-19 13:24:23 +02:00

Properly save/restore window geometry

Fixes #328
This commit is contained in:
2021-02-19 19:31:54 +01:00
parent 8cb56d3783
commit c6fb231186
3 changed files with 16 additions and 18 deletions

View File

@ -242,6 +242,7 @@ private:
GraphTab *_lastGraphTab;
QList<QByteArray> _windowStates;
QList<QByteArray> _windowGeometries;
int _frameStyle;
PDFExport _pdfExport;