mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-13 06:35:00 +00:00
feature: double click on commit (#295)
* when commit is current branch head, do nothing * when commit is head of some local branch which is not current, try to checkout this branch * otherwise, ask user should checkout selected commit as deteched
This commit is contained in:
parent
b18f86dde9
commit
addfb449cc
3 changed files with 34 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
VerticalScrollBarVisibility="Auto"
|
||||
LayoutUpdated="OnCommitDataGridLayoutUpdated"
|
||||
SelectionChanged="OnCommitDataGridSelectionChanged"
|
||||
ContextRequested="OnCommitDataGridContextRequested">
|
||||
ContextRequested="OnCommitDataGridContextRequested"
|
||||
DoubleTapped="OnCommitDataGridDoubleTapped">
|
||||
<DataGrid.Styles>
|
||||
<Style Selector="DataGridColumnHeader">
|
||||
<Setter Property="MinHeight" Value="24"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue