test floating some panels
This commit is contained in:
@@ -46,7 +46,7 @@ kEventResult NodeColorPicker::handle_event(Event* e)
|
||||
switch (e->m_type)
|
||||
{
|
||||
case kEventType::MouseLeave:
|
||||
if (!m_interacted)
|
||||
if (!m_interacted || !m_autohide)
|
||||
break;
|
||||
// else fall through
|
||||
case kEventType::MouseUpL:
|
||||
|
||||
Reference in New Issue
Block a user