On 4/20/21 2:26 AM, Will Godfrey wrote:
Transport is the one that bothers me, as it happens. I like to keep it in
the top right corner of the screen. Also, I notice that the main window (which
I keep to the full screen width) seems to slowly drift upwards over several
re-openings.

Ok, I've tracked down some of this and I just pushed some fixes to git. Specifically, the Transport dialog now tries to save its geometry and restore it. It works for the most part, but that drifting upward bug is still hiding in there.

I'm not sure what is causing the upward drift but it seems like Qt is confusing the parent and child window coordinates. I say this because the window drifts upward by the height of the titlebar. And that is the difference between the top coord of the complete window with frame and the child window within where the app shows stuff. Not sure there is much we can do about this without some serious digging into the Qt code to figure out what exactly is going on.

I didn't touch the rg main window code, so it is probably going to continue to drift upward for you.

Please test latest git and let me know if at least the Transport is better.

Ted.


_______________________________________________
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to