Fix lambda returning false instead of nullptr
Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -135,7 +135,7 @@ namespace Editor
|
||||
}
|
||||
widget = widget->parentWidget();
|
||||
}
|
||||
return false;
|
||||
return nullptr;
|
||||
};
|
||||
if (object == toolBarAt(QCursor::pos()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user