In the default behavior, clicking on the right or left arrows doesn't close the bar, but for some reason in my game, it does, after changing the images and size. Very annoying. Anyone have any ideas? Thank you.
There's just one idea I have, if you set the GUI to have PopupStyle "When mouse moves to top of screen" then it has a hardcoded behavior to hide the GUI whenever a button is pressed.
(that's a reason why BASS template does not use this PopupStyle, but scripts bar's popping out itself)
That was it! Thanks so much!