Replies: 2 comments
-
|
Oh! The method has been marked a depreciated in 2027 SDK. I propose to just make our implementation call |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
originalDatabase() != nullptr does not work in ZwCAD, I’ve restored the original call in everything but AC2027. Hopefully the test will catch any future changes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
fbfb21c
I understand that I should use
not obj_id.isNull()instead ofobj_id.isValid()..?obj_id.isNull()does not returnFalseafter closing the document.Beta Was this translation helpful? Give feedback.
All reactions