修复拖动

This commit is contained in:
wangbin 2021-02-05 21:30:10 +08:00
parent 12b0581d35
commit 4c9a358e07
1 changed files with 4 additions and 1 deletions

View File

@ -76,8 +76,11 @@ namespace JianGongYun.TRTC.Windows
}
private void Window_MouseDown(object sender, MouseButtonEventArgs e)
{
if (e.ChangedButton == MouseButton.Left)
{
this.DragMove();
}
}
}
}