update quick panel popup for left handed option
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user