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
Hi,
I'm just here to confirm that last bug is fixed for me, and that the measuring window is not correctly positionned. It's consistent with the P parameter passed to dispcal though.
Exactly, I tried it, Argyll can place the window in the correct position already. It is DisplayCAL who can not read the correct position of the wxMeasureFrame I think.
So I probably need rollback some changes I did for the #124 and let the wxMeasureFrame be shown as a Frame (as Florian did) or always set it to the screen center.
Interestingly, as I learned by reading the Blue Recorder’s code the xwininfo command can read the size and position of a window under Wayland. But, I was not able to read the MeasureFrame size and position by using it. I believe it is because the Measure Frame window is a wxFrame. I’ll investigate that further.
Under Wayland, the Argyll measure frame is not displaying in the correct position where the
wxMeasureFrame
has been set.The text was updated successfully, but these errors were encountered: