Skip to content

Commit ba6bc53

Browse files
committed
Removed oninput event from Slider class.
1 parent a4aaa61 commit ba6bc53

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

remi/gui.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,11 +3508,6 @@ def __init__(self, default_value=0, min=0, max=65535, step=1, **kwargs):
35083508
"remi.sendCallbackParam('%(emitter_identifier)s','%(event_name)s',params);"% \
35093509
{'emitter_identifier':str(self.identifier), 'event_name':Widget.EVENT_ONCHANGE}
35103510

3511-
@decorate_set_on_listener("(self, emitter, value)")
3512-
@decorate_event
3513-
def oninput(self, value):
3514-
return (value, )
3515-
35163511

35173512
class ColorPicker(Input):
35183513

0 commit comments

Comments
 (0)