test floating some panels

This commit is contained in:
2019-03-24 01:43:13 +01:00
parent 929e80a218
commit a50654d8b7
7 changed files with 57 additions and 5 deletions

View File

@@ -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: