If you close XNView when it is not in Fullscreen-Mode, next Time you open it, you have the same size and Position.
But if you maximized XNView and close now, these values are lost and you have to rearrange it.
I do this quite often since normally I close in Fullscreen-Mode, but preffer dragging the Window over 2 Screens for other purposes.
Greetings, Bruno
little Bug: Reset of Screen Size/Pos by closing fullscreen
Moderators: helmut, XnTriq, xnview
Easy way to fix with almost no programming (I do it in my apps):
- When catching a quit trigger change to normal view before quiting
-> The default routines will save position and size
-> When restarting the settings "[x]start in fullsize" will override this
(or also a new flag could be added "ClosedFullsize)
Greetings, Bruno
- When catching a quit trigger change to normal view before quiting
-> The default routines will save position and size
-> When restarting the settings "[x]start in fullsize" will override this
(or also a new flag could be added "ClosedFullsize)
Greetings, Bruno