Skip to content

Commit

Permalink
Fixed tooltip regression bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS85 committed Aug 29, 2012
1 parent d8b7f7e commit 2437cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/CControl.ahk
Expand Up @@ -530,7 +530,7 @@ Class CControl ;Never created directly
Numput(1|16, TInfo, 4, "UINT")
Numput(GuiHwnd, TInfo, 8, "PTR")
Numput(chwnd, TInfo, 8 + A_PtrSize, "PTR")
Numput(&Value, TInfo, 6 + 3 * A_PtrSize, "PTR")
Numput(&Value, TInfo, 24 + 3 * A_PtrSize, "PTR")
if(!this._.Tooltip)
{
DllCall("SendMessage", "Ptr", TThwnd, "Uint", 1028, "Ptr", 0, Ptr, &TInfo, "Ptr") ; TTM_ADDTOOL = 1028 (used to add a tool, and assign it to a control)
Expand Down

0 comments on commit 2437cdf

Please sign in to comment.