Skip to content

Commit

Permalink
optimizing fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Jul 26, 2018
1 parent c69d377 commit 8529919
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ private void OnActivated( object sender, EventArgs e )
{
IntPtr windowHandle = new WindowInteropHelper( this ).Handle;
var mousePosition = this.PointToScreenDPI( Mouse.GetPosition( this ) );
var clientArea = Win32Helper.GetClientRect( windowHandle );
var windowArea = Win32Helper.GetWindowRect( windowHandle );

// BugFix Issue #6
// This code is initializes the drag when content (document or toolwindow) is dragged
Expand Down

0 comments on commit 8529919

Please sign in to comment.