Kaydet (Commit) 441dea5f authored tarafından Jack Jansen's avatar Jack Jansen

It's SetControlData_Handle, not SetControl_DataHandle.

üst 14970bea
...@@ -11,7 +11,7 @@ def GetControlData_Handle(control, part, selector): ...@@ -11,7 +11,7 @@ def GetControlData_Handle(control, part, selector):
return control.GetControlData_Handle(part, selector) return control.GetControlData_Handle(part, selector)
_accessdict = { _accessdict = {
kControlPopupButtonMenuHandleTag: (SetControl_DataHandle, GetControlData_Handle), kControlPopupButtonMenuHandleTag: (SetControlData_Handle, GetControlData_Handle),
} }
_codingdict = { _codingdict = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment