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