Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

regulus79
Copy link
Contributor

Partially addresses #7145.

This PR changes the window flags of TextFloats (the tooltip things which appear when loading samples/vst/etc) so that they do not stay on top of other windows.

@Rossmaxx Rossmaxx linked an issue Dec 3, 2024 that may be closed by this pull request
@Rossmaxx
Copy link
Contributor

obs-recording-2024-12-12-16-27.mp4

This is how the tooltips work now on my computer. Ignore the vst bug, it's been there for a while.
But at the start, the tooltip appears hidden. Is it intended?

@Rossmaxx
Copy link
Contributor

I'll approve and merge once I get a clarification

@regulus79
Copy link
Contributor Author

the tooltip appears hidden. Is it intended?

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.

@Rossmaxx
Copy link
Contributor

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?

Copy link
Contributor

@Rossmaxx Rossmaxx left a 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.

@regulus79
Copy link
Contributor Author

Btw are you on x11 or Wayland?

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 TextFloats appear (like loading a sample) work fine.

@Rossmaxx
Copy link
Contributor

On sample load, i don't even see a text float

@regulus79
Copy link
Contributor Author

When loading large samples, it appears for a split second.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable this dialog when importing.
2 participants