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