Skip to content

Commit 581c58c

Browse files
committed
Updated docs
1 parent 9b7fa19 commit 581c58c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

midiscripter/gui/gui_widgets/gui_msg.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ class GuiEventMsg(midiscripter.base.msg_base.Msg):
3131
"""New value set by event.
3232
3333
Data meaning for event types:
34-
TRIGGERED - None
35-
CONTENT_SET - New content
36-
COLOR_SET - New text color
37-
TOGGLED - New toggle state
38-
SELECTED - Selected item text
39-
VALUE_CHANGED - New value
40-
RANGE_SET - New value range
34+
TRIGGERED - None
35+
CONTENT_SET - New content
36+
COLOR_SET - New text color
37+
TOGGLED - New toggle state
38+
SELECTED - Selected item text
39+
VALUE_CHANGED - New value
40+
RANGE_SET - New value range
4141
"""
4242

4343
source: 'None | GuiWidget'

0 commit comments

Comments
 (0)