HaxeFlixel / flixel-ui

GUI library for HaxeFlixel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlxUIDropDownMenu doesn't close when clicking outside

Gama11 opened this issue · comments

This is a regression (works in 2.1.0).

The dropdown is supposed to close when clicking outsidse of it:

On latest dev, it doesn't.

Bisected to 9c37b89... and then I noticed that I was on Flixel 4.0.1 because of something I tested earlier. I don't like that this fails so silently, but FLX_MOUSE work starting with 4.1.0, so it should be ok I guess...