Fix crash with alignment tool when using Arch walls
This commit is contained in:
parent
f4a47f089c
commit
d51ff466d1
|
@ -372,6 +372,10 @@ public:
|
|||
~AlignmentView()
|
||||
{
|
||||
}
|
||||
PyObject* getPyObject()
|
||||
{
|
||||
Py_Return;
|
||||
}
|
||||
bool canClose()
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user