- application wide change: introduced the precision parameters in Edit -> Preferences who will control how many decimals to use in the app parameters
This commit is contained in:
@@ -24,15 +24,15 @@ class FlatCAMTool(QtWidgets.QWidget):
|
||||
:param parent: Qt Parent
|
||||
:return: FlatCAMTool
|
||||
"""
|
||||
QtWidgets.QWidget.__init__(self, parent)
|
||||
self.app = app
|
||||
self.decimals = app.decimals
|
||||
|
||||
QtWidgets.QWidget.__init__(self, parent)
|
||||
# self.setSizePolicy(QtWidgets.QSizePolicy.Maximum, QtWidgets.QSizePolicy.Maximum)
|
||||
|
||||
self.layout = QtWidgets.QVBoxLayout()
|
||||
self.setLayout(self.layout)
|
||||
|
||||
self.app = app
|
||||
|
||||
self.menuAction = None
|
||||
|
||||
def install(self, icon=None, separator=None, shortcut=None, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user