flixel-ui icon indicating copy to clipboard operation
flixel-ui copied to clipboard

_loadTabMenu doesn't use createUI

Open l0rb opened this issue 4 years ago • 1 comments

_loadTabMenu creates new FlxUI objects for the contents of the tabs, but doesn't use a call to createUI to make them and instead directly instantiates FlxUI objects. This makes it very hard to use a customized subclass of FlxUI together with tab_menu.

l0rb avatar Apr 18 '20 13:04 l0rb

Notably, this issue has a fix in the lars_latest branch.

l0rb avatar Apr 18 '20 13:04 l0rb