mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-16 21:50:07 +01:00
Merge pull request #1271 from wxWidgets/fix-issue1266
Set FindText.findEnd to be an output parameter
This commit is contained in:
@@ -87,6 +87,8 @@ def run():
|
||||
c.find('PositionToXY.x').out = True
|
||||
c.find('PositionToXY.y').out = True
|
||||
|
||||
c.find('FindText.findEnd').out = True
|
||||
|
||||
# Split the HitTest overloads into separately named methods since once
|
||||
# the output parameters are applied they will have the same function
|
||||
# signature.
|
||||
|
||||
Reference in New Issue
Block a user