修复拖动
This commit is contained in:
parent
12b0581d35
commit
4c9a358e07
|
|
@ -77,7 +77,10 @@ namespace JianGongYun.TRTC.Windows
|
||||||
|
|
||||||
private void Window_MouseDown(object sender, MouseButtonEventArgs e)
|
private void Window_MouseDown(object sender, MouseButtonEventArgs e)
|
||||||
{
|
{
|
||||||
this.DragMove();
|
if (e.ChangedButton == MouseButton.Left)
|
||||||
|
{
|
||||||
|
this.DragMove();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue