It does indeed also happen in software mode.
Ok, that’s unfortunate. It should be reported to Qt, but that requires reproducing the issue using their Qt installer + building a sample app + triggering it there, which is a bit involved I’m afraid.
I’m happy to give it a go, if you’re up to running me through the high-level steps.
Great!
You’ll need to, off the top of my head:
- install MSVC 2022 (Thank You for Downloading Visual Studio Community Edition))
- register for a free Qt account (Qt Account Login)
- download the installer (Index of /official_releases/online_installers)
- if prompted at any point, make sure you choose “open source”
- expand Qt 6.5.2, and select the top subitem
(for future people who are linked here, you’ll probably also want to select “Qt Webengine” from the additional libraries section, but it is not relevant in this case)
- after the install is done, open Qt Creator
- look through the examples and find one that has a menu bar - eg “qt widgets - application example”. Double-click on it.
- select 6.5.2 and configure the project
- click the green play icon in the bottom left
- when the built sample pops up, try to reproduce the issue
- if you can reproduce it, please file a report on https://bugreports.qt.io
I’ve reported the bug here.
Thanks for doing that! I’ve added a link on Menu appears on wrong screen · Issue #2638 · ankitects/anki · GitHub
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.