Take custom scale in account when saving window geometry

This commit is contained in:
Ilya Fedin
2021-01-26 03:57:50 +04:00
committed by John Preston
parent 0b5213a9cb
commit 9c86755546
4 changed files with 42 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ struct TWindowPos {
int32 moncrc = 0;
int maximized = 0;
int scale = 0;
int x = 0;
int y = 0;
int w = 0;