- in Milling Plugin fixed the toolchange_xy and end_xy parameters not being used
This commit is contained in:
@@ -11,6 +11,7 @@ from appGUI import VisPyPatches
|
||||
from multiprocessing import freeze_support
|
||||
# import copyreg
|
||||
# import types
|
||||
# import qdarktheme
|
||||
|
||||
MIN_VERSION_MAJOR = 3
|
||||
MIN_VERSION_MINOR = 6
|
||||
@@ -154,6 +155,8 @@ if __name__ == '__main__':
|
||||
style = QtWidgets.QStyleFactory.keys()[idx]
|
||||
app.setStyle(style)
|
||||
|
||||
# app.setStyleSheet(qdarktheme.load_stylesheet())
|
||||
|
||||
fc = App(qapp=app)
|
||||
|
||||
# interrupt the Qt loop such that Python events have a chance to be responsive
|
||||
|
||||
Reference in New Issue
Block a user