update quick panel popup for left handed option

This commit is contained in:
2019-03-18 16:06:28 +01:00
parent 6f9f2aef72
commit 4bb1eb28a3
5 changed files with 78 additions and 41 deletions

View File

@@ -92,7 +92,7 @@ kEventResult Node::on_event(Event* e)
{
kEventResult ret = kEventResult::Available;
if (current_mouse_capture)
if (current_mouse_capture && current_mouse_capture != this)
{
if (e->m_cat == kEventCategory::MouseEvent &&
child_mouse_focus != current_mouse_capture &&