-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable this dialog when importing. #7145
Comments
Have the same issue on Windows, so if you need confirmation that this isn't just a Linux problem |
I am testing it on Linux, but this feature is specific to lmms and is in all operating systems. |
That dialog is bugged. I've noticed it too, don't remember exactly what lines of code to look at. Might be good candidate for 1.3. |
I'm inviting @regulus79 because they are looking at fixing Ui bugs rn and is active here. |
hi :) That dialog you are referring to is a I was unsuccessful in trying to disable the Qt::WindowStaysOnTopHint, but I found online another person who was experiencing difficulties with the ToolTip window flag, and someone recommended that they use the Qt::Tool window flag combined with the Qt::FramlessWindowHint flag https://forum.qt.io/post/104793. I tested everything by commenting out the line |
Bug Summary
When you import a long sample or a heavy plugin, a small dialog box appears that freezes while the sample or plugin is opened, but if lmms freezes the dialog box stays on top of the other programs. This happens a lot on low-resource PCs.
Expected behavior
No dialog box appears when importing.
Screenshot
Affected LMMS versions
Versión 1.3.0-alpha.1.532+gc991a85ee (Linux/x86_64, Qt 5.9.5, GCC 7.5.0).
Click to expand
The text was updated successfully, but these errors were encountered: