Skip to content

Commit d80665d

Browse files
committed
Update NotifyIcon.cs
1 parent 6c14c03 commit d80665d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/HandyControl_Shared/Controls/Other/NotifyIcon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void ShowBalloonTip(string title, string content, NotifyIconInfoType info
153153
uID = _id,
154154
szInfoTitle = title ?? string.Empty,
155155
szInfo = content ?? string.Empty,
156-
uCallbackMessage = WmTrayMouseMessage
156+
uCallbackMessage = InteropValues.WM_TRAYMOUSEMESSAGE
157157
};
158158

159159
data.dwInfoFlags = infoType switch

0 commit comments

Comments
 (0)