Allow DragController views to have access to its controller
For consistency
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
TEST_CASE("Separator Ctor")
|
||||
{
|
||||
auto hostView = Platform::instance()->createView();
|
||||
auto hostView = Platform::instance()->createView(nullptr);
|
||||
|
||||
{
|
||||
Controllers::Separator separator(hostView);
|
||||
|
||||
Reference in New Issue
Block a user