Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
KnobDriver: Button cmd string
Browse files Browse the repository at this point in the history
  • Loading branch information
keymixcookbook committed Jul 31, 2021
1 parent 51f9dff commit 2ebca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pkg_KuFunc/mod_KnobDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _version_():
STR_SETDRIVEN = '<b>-&lt;-'
STR_LISTDRIVEN = '<b>&#8801;'
STR_SYNC = '<p>&#8634;'
STR_CMD_SETUP = "import mod_KnobDriver\nreload(mod_KnobDriver)\nmod_KnobDriver.{}"
STR_CMD_SETUP = "reload(mod_KnobDriver)\nmod_KnobDriver.{}"
DIR_TYPES = {
'SLIDER': 'Double_Knob',
'RGBA': 'AColor_Knob',
Expand Down

0 comments on commit 2ebca0c

Please sign in to comment.