nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Fix for autohide logic not working properly after toggling while the window was shown. #80

Closed token419 closed 2 months ago

token419 commented 2 months ago

When we set the windowflags it caused the window to hide. Added logic to check if the window was toggled and if so to call show to redisplay the window after the window flags were changed.