mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-23 19:34:59 +00:00
code_review: PR #1416
- Split `DoubleTapped` into two methods: `CheckoutBranchByDecorator` and `CheckoutBranchByCommit` - Move `DoubleTappedEvent` from whole ListBox to the row tapped actually - Do nothing if the decorator double-clicked is HEAD - Code-style Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
88fd8f32f1
commit
af2b644792
6 changed files with 101 additions and 92 deletions
|
@ -55,7 +55,7 @@ namespace SourceGit.Models
|
|||
|
||||
_watchers.Add(wc);
|
||||
_watchers.Add(git);
|
||||
}
|
||||
}
|
||||
|
||||
_timer = new Timer(Tick, null, 100, 100);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue