- made sure that the GUI element FCInputDialogSpinnerButton has the spinner element auto-selected on launch
This commit is contained in:
@@ -2487,6 +2487,7 @@ class FCInputDialogSpinnerButton(QtWidgets.QDialog):
|
||||
|
||||
self.wdg = FCButtonWithDoubleSpinner(min=self.min, max=self.max, step=self.step, decimals=decimals,
|
||||
button_text=button_text, button_icon=button_icon, callback=callback)
|
||||
self.wdg.spinner.selectAll()
|
||||
self.wdg.set_value(self.init_value)
|
||||
|
||||
QBtn = QtWidgets.QDialogButtonBox.Ok | QtWidgets.QDialogButtonBox.Cancel
|
||||
|
||||
Reference in New Issue
Block a user