mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-21 09:45:38 -05:00
FIX Removed debug code (NTFY-3).
git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@191 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -700,7 +700,6 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
||||
ContextMenu.Placement = PlacementMode.AbsolutePoint;
|
||||
ContextMenu.HorizontalOffset = cursorPosition.X;
|
||||
ContextMenu.VerticalOffset = cursorPosition.Y;
|
||||
|
||||
ContextMenu.IsOpen = true;
|
||||
|
||||
IntPtr handle = IntPtr.Zero;
|
||||
|
||||
Reference in New Issue
Block a user