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

Opening a combo box in a popup dialog makes the background fade back in #604

Closed
marcojez opened this issue Apr 22, 2016 · 3 comments
Closed
Labels

Comments

@marcojez
Copy link

In my application I have a main window, a modal popup within the context of that window, and a combo box (among other widgets) in the popup. When the modal pops up (first picture), it correctly fades the background out to the color I've specified. But if I click on the combo box so that its items become visible (second picture), then the background fades in. It then fades out again when the combo box loses focus.

Any help? Is it a bug, or do I need to take special measures to prevent it from happening?

shot1

shot2

@ocornut ocornut added the bug label Apr 22, 2016
@ocornut
Copy link
Owner

ocornut commented Apr 22, 2016

Looks like a bug to me!

@ocornut
Copy link
Owner

ocornut commented Apr 26, 2016

Fixed!

@ocornut ocornut closed this as completed Apr 26, 2016
@marcojez
Copy link
Author

Great, thank you!

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

No branches or pull requests

2 participants