spyoungtech / ahk

Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.
MIT License
887 stars 66 forks source link

Tooltip text and title mixed up #295

Closed michaelmesser closed 6 months ago

michaelmesser commented 6 months ago

describe your issue

Title and text get switched with AHKv2. I assume this is because the argument order changed between AHK v1 and AHK v2.

Code_mIZy73O1hQ

ahk.version

1.6.3

AutoHotkey version

v2

Code to reproduce the issue

ahk.show_traytip(title="Title", text="Text")

Traceback/Error message

No response

spyoungtech commented 6 months ago

Thank you for the report, I'll have a fix for this available shortly.

spyoungtech commented 6 months ago

The fix for this is now released in version 1.7.1 🎉