- a new feature that when selecting an object in the Project Tab, that object is redrawn over the other objects, in top position. Feature controlled from Preferences -> Gerber -> General.

This commit is contained in:
Marius Stanciu
2022-02-11 02:35:40 +02:00
committed by Marius
parent 3d4e195ae1
commit 4b611f5ce3
7 changed files with 28 additions and 8 deletions

View File

@@ -913,7 +913,7 @@ class GerberObject(FlatCAMObj, Gerber):
:param kwargs: Color and face_color, visible
:return:
"""
self.app.log.debug(str(inspect.stack()[1][3]) + " --> GerberObject.plot()")
# self.app.log.debug(str(inspect.stack()[1][3]) + " --> GerberObject.plot()")
# Does all the required setup and returns False
# if the 'ptint' option is set to False.