You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
* (fixed) When a new element is added to a MLineStyle that already belongs to a document, it was not registering the style as a user of the linetype.
* Cleanup some unneeded code.
Copy file name to clipboardExpand all lines: doc/Changelog.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Change history
2
2
3
+
[2019/06/23]
4
+
* (fixed) When a new element is added to a MLineStyle that already belongs to a document, it was not registering the style as a user of the linetype.
5
+
* Cleanup some unneeded code.
6
+
3
7
[2019/06/21]
4
8
* Improved the speed of the method IsValidName of the TableObject class. This will improve the overall speed of adding table objects blocks, layers, styles,... to the document; what, also, will improve the DXF loading performance.
5
9
* The InvalidCharcters property of the TableObject class will return a char[] instead of a IReadOnlyList<string>.
0 commit comments