Allow DragController views to have access to its controller

For consistency
This commit is contained in:
Sergio Martins
2022-07-20 13:12:52 +01:00
parent 013e390428
commit 36931e7c45
12 changed files with 17 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
TEST_CASE("Separator Ctor")
{
auto hostView = Platform::instance()->createView();
auto hostView = Platform::instance()->createView(nullptr);
{
Controllers::Separator separator(hostView);