On Standalone with native title bar enabled, the position is different on each openings

With the develop branch, if the native title bar is set in the StandaloneFilterWindow with setUsingNativeTitleBar(true), each time the app is opened, its position is moved slightly up and to the left.

On which platform, Windows/macOS/Linux?

Windows 10, I haven’t tested it on others.

I don’t see this on Windows 11.

  • Where are you calling setUsingNativeTitleBar()?
  • What is the scale (e.g. 100%, 150%) of your display or displays?
  • There were some bugfixes pushed to the develop branch this morning, is the issue still present with the very latest version of the develop branch?
1 Like

After a fresh update, the problem seems to be solved.

I updated the develop branch this morning, but now I updated again and I see 5 new commits, 3 related to HWNDComponentPeer. I can confirm that with these fixes the problem no longer occurs.

I will pay attention, to be sure, and let you know if I have prematurely concluded that it has been fixed.

Thanks