- fixed the issue in Milling Plugin that did not automatically set the object combo to the previously selected object
This commit is contained in:
@@ -108,6 +108,9 @@ class RadioSet(QtWidgets.QWidget):
|
||||
if option['label'] in options:
|
||||
option['radio'].setDisabled(val)
|
||||
|
||||
def values(self):
|
||||
return [choice['value'] for choice in self.choices]
|
||||
|
||||
|
||||
class RadioSetDefaults(RadioSet):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user