Skip to content

Commit 41a30c7

Browse files
authored
Merge pull request #87 from NPatch/develop
ContextMenu is fired twice and ends up never showing up
2 parents a00eea1 + 45b190f commit 41a30c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/NotifyIconWpf/TaskbarIcon.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,6 @@ private void OnMouseEvent(MouseEvent me)
433433
singleClickTimer.Change(DoubleClickWaitTime, Timeout.Infinite);
434434
isLeftClickCommandInvoked = true;
435435
}
436-
else
437-
{
438-
// show context menu immediately
439-
ShowContextMenu(cursorPosition);
440-
}
441436
}
442437

443438
// make sure the left click command is invoked on mouse clicks

0 commit comments

Comments
 (0)