flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
286 stars 25 forks source link

IsControlHovered does not react to MenuItems or BeginMenu #165

Open VeXan39231 opened 10 months ago

VeXan39231 commented 10 months ago

Running Slab.IsControlHovered() does not return true under any condition if placed inside a Slab.MenuItem(). This happens for nested and non-nested menus and menu items. This is also the case for Slab.BeginMenu().

flamendless commented 10 months ago

Can you provide a simple/minimal working example that shows the issue so I can easily check it? Thank you