-
-
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
Change tooltip window flags #7613
base: master
Are you sure you want to change the base?
Conversation
obs-recording-2024-12-12-16-27.mp4This is how the tooltips work now on my computer. Ignore the vst bug, it's been there for a while. |
I'll approve and merge once I get a clarification |
This is not intended. But I don't know why it is happening. Given that I can see the faint outline of the tooltip window in your video before it appears probably means that the window has been created, but not yet filled? I don't know if that would be an issue with the windowing system or with Qt. |
Thanks for the explanation. Your suspects of windowing system and qt seems valid. I believe such glitches are found here and there with qt applications on x11. Btw are you on x11 or Wayland? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it's improving the situation, LGTM.
I am on Wayland. I actually don't use/have any VSTs so I'm unsure if this particular issue occurs for me, but other times where |
On sample load, i don't even see a text float |
When loading large samples, it appears for a split second. |
To me it does not look like it is really improving the situation. It now just seems to show the message box that asks the user to wait until the action is completed much too late. It would be better to find out what's causing the current behavior. To me it looks like there's some code that wants to show the message and which start doing so but then something long running is taking over the GUI main thread? |
@regulus79 how much sense would it make to replace this |
@Rossmaxx, a I have checked Can someone please check if it gets better with the following adjustment in
I don't any plugin that takes as much time as the one used by @Rossmaxx in the video. |
Or nvm, that regression caught in my video might be the one from #7554, fixed by #7624. I do have to test now again to confirm. If it's so, there's nothing to do, I'll try @michaelgregorius' suggestion too, just to be sure. The plug-ins i use are 4front e piano and dsk grand piano (IIRC, grabbed them from plugins4free) |
I have just created #7626 which reports other problems with |
Partially addresses #7145.
This PR changes the window flags of
TextFloat
s (the tooltip things which appear when loading samples/vst/etc) so that they do not stay on top of other windows.