mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
enhance: forbid MoveWindow
being called while double tap action taking place (#177)
This commit is contained in:
parent
762ec1f702
commit
13cc494a48
4 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,8 @@ namespace SourceGit.Views
|
|||
|
||||
private void MaximizeOrRestoreWindow(object sender, TappedEventArgs e)
|
||||
{
|
||||
_pressedTitleBar = false;
|
||||
|
||||
if (WindowState == WindowState.Maximized)
|
||||
WindowState = WindowState.Normal;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue