mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 02:30:48 +08:00
BUG: Update filter when edit-box is changed.
This commit is contained in:
@@ -160,6 +160,7 @@ class Slider(BaseWidget):
|
||||
|
||||
self.val = value
|
||||
self._good_editbox_input()
|
||||
self.callback(self.name, value)
|
||||
|
||||
def _good_editbox_input(self):
|
||||
self.editbox.setStyleSheet("background-color: rgb(255, 255, 255)")
|
||||
|
||||
Reference in New Issue
Block a user