mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
a comment
This commit is contained in:
parent
0e533c2b2b
commit
89301a3d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ TCAD.TWO.Layer = function(name, style) {
|
|||
this.name = name;
|
||||
this.style = style;
|
||||
this.objects = [];
|
||||
this.readOnly = false;
|
||||
this.readOnly = false; // This is actually a mark for boundary layers coming from 3D
|
||||
};
|
||||
|
||||
TCAD.TWO.Viewer.prototype.fullHeavyUIRefresh = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue