SFML community forums

Help => General => Topic started by: Noam on June 02, 2016, 01:33:40 pm

Title: Problem when calling setVisible(false).
Post by: Noam on June 02, 2016, 01:33:40 pm
Hello,

I am using SFML 2.3.2 with Visual Studio 2015 on Windows 10 64bit.
When I call setVisible(false) my application gets stuck.
Calling setVisible(true) works fine (it doesn't move the window to foreground, but at least my application doesn't get stuck).
Is that a known bug?

Thanks,
Noam.
Title: AW: Problem when calling setVisible(false).
Post by: eXpl0it3r on June 02, 2016, 02:08:30 pm
Stuck as in? Do you have a minimal code example that reproduces the issue?