a comment

This commit is contained in:
Val Erastov 2015-07-16 19:17:00 -07:00
parent 0e533c2b2b
commit 89301a3d8f

View file

@ -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() {