Fix lambda returning false instead of nullptr

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2022-02-10 15:15:34 -08:00
parent 3d0a15f009
commit ae7f370fed
@@ -135,7 +135,7 @@ namespace Editor
}
widget = widget->parentWidget();
}
return false;
return nullptr;
};
if (object == toolBarAt(QCursor::pos()))
{