pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
606 stars 91 forks source link

[fix] App window forces itself to the foreground #47

Closed Guillaume227 closed 1 year ago

Guillaume227 commented 1 year ago

[fix] Do not call ShowWindow every frame after the first 3 as it results in forcing the app window to the foreground all the time.

pthom commented 1 year ago

Thanks! I also added https://github.com/pthom/hello_imgui/commit/01fff9a6f6a317112add13add767874f2eff04dc in order to take into account further user modifications.