- fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots
- cleaned up the module imports throughout the app (the TclCommands are not yet verified)
This commit is contained in:
@@ -6,12 +6,15 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
import numpy as np
|
||||
from PyQt5.QtGui import QPalette
|
||||
from PyQt5.QtCore import QSettings
|
||||
|
||||
import numpy as np
|
||||
|
||||
import vispy.scene as scene
|
||||
from vispy.scene.cameras.base_camera import BaseCamera
|
||||
from vispy.color import Color
|
||||
|
||||
import time
|
||||
|
||||
white = Color("#ffffff")
|
||||
|
||||
Reference in New Issue
Block a user