BUG: Update filter when edit-box is changed.

This commit is contained in:
Tony S Yu
2012-08-22 22:47:54 -04:00
parent cfd0b84a9b
commit ffe2ebacae
+1
View File
@@ -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)")