You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The window on the extended screen opens at the bottom of the screen instead of positioned at the top, honouring the vanilla posSize (the default when no left and top are given is 100 for both)
This is using the _calcFrame (which is used everywhere, and works perfect, only with screen frames it gives a wrong top value.
0.0 48.0 2560.0 1367.0
((100, 967.0), (300, 300)) # top is different
0.0 1067.0
output on the extended screen:
-2560.0 0.0 2560.0 1415.0
((100, 1015.0), (300, 300)) # top is different
-2560.0 283.0
interestingly the top from the frame being calculated with _calcFrame is different from the oB from the window frame. (without cascading as the posSize has 4 values)
I have no solution for now, but it should be fixed within vanilla...
The window on the extended screen opens at the bottom of the screen instead of positioned at the top, honouring the vanilla
posSize
(the default when no left and top are given is 100 for both)This is using the
_calcFrame
(which is used everywhere, and works perfect, only with screen frames it gives a wrong top value.output on the main screen:
output on the extended screen:
interestingly the
top
from the frame being calculated with_calcFrame
is different from theoB
from the window frame. (without cascading as the posSize has 4 values)I have no solution for now, but it should be fixed within vanilla...
something similar #60
The text was updated successfully, but these errors were encountered: