- restored the FlatCAMObj.visible() to a non-threaded default

This commit is contained in:
Marius Stanciu
2019-06-16 02:34:41 +03:00
parent f5cc8d773f
commit 0244c76605
4 changed files with 18 additions and 6 deletions

View File

@@ -8252,7 +8252,10 @@ The normal flow when working in FlatCAM is the following:</span></p>
"""
FlatCAMObj.app = self
ObjectCollection.app = self
Gerber.app = self
Excellon.app = self
Geometry.app = self
CNCjob.app = self
FCProcess.app = self
FCProcessContainer.app = self