If closed on a certain position the position of the SCS main window will not be restored on next start.
Affected versions:
Tested with 11.2.5 and 11.2.6n
Description:
The screen layout is pretty simple. Two screens with a resolution of 1280x768 each. SCS main window on the screen leftof the primary one.
However i was able to reproduce this at home with the layout configuration attached. (primary 1600x900 and secondary 1366;768)
If i close SCS the following window position will be saved:
Code: Select all
Main = Max;-1370;0
After opening and closing it again. The new position is now:
Code: Select all
Main = 404;140;792;560
Code: Select all
Main = Max;-1366;0
However once closed, the saved position was again:
Code: Select all
Main = Max;-1370;0
Code: Select all
Main = -1366;0;1366;768
Position the SCS main window on a screen left of the primary screen.
Maximize the window.
Close SCS
Open it again
Expected result:
SCS main window opens maximized on the secondary screen.
Actual result:
SCS main window opens centered at the primary screen with a width of 792px and a height of 560px.
thanks,
dennis