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

black window after un-minimizing #72

Open
sdicker8 opened this issue May 11, 2024 · 3 comments
Open

black window after un-minimizing #72

sdicker8 opened this issue May 11, 2024 · 3 comments

Comments

@sdicker8
Copy link

2022 build tools
win 11 x64
v9.1.1

When LvglWindowDesktopApplication is minimized and then un-minimized the window is black. When the app is then maximized the window recovers.

I also see #71 -- it seems to consume 100% of one of my cpu cores - the memory seems stable.

Thank you -
Scott

Nice project!

@MouriNaruto
Copy link
Collaborator

I need to do some reproduce work to fix the issue.

Kenji Mouri

@VogelPapaFinn
Copy link

Found a solution?

@nikthefix
Copy link

The window needs repainting in full when un-minimizing otherwise only dirty areas will be painted when called.
Maybe use WM_WINDOWPOSCHANGED or similar.

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

No branches or pull requests

4 participants