mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-03 18:15:01 +00:00
fix<CommitChanges>: fix row selection in Grid/List view mode
This commit is contained in:
parent
262c7afe9e
commit
75006db94f
2 changed files with 27 additions and 4 deletions
|
@ -70,7 +70,7 @@
|
|||
BorderBrush="{StaticResource Brush.Border2}"
|
||||
BorderThickness="1"
|
||||
Background="{StaticResource Brush.Contents}">
|
||||
<Grid>
|
||||
<Grid x:Name="layerChanges">
|
||||
<controls:Tree
|
||||
x:Name="modeTree"
|
||||
FontFamily="Consolas"
|
||||
|
@ -128,6 +128,7 @@
|
|||
SelectionMode="Single"
|
||||
SelectionUnit="FullRow"
|
||||
SelectionChanged="OnListSelectionChanged"
|
||||
SizeChanged="OnListSizeChanged"
|
||||
RowStyle="{StaticResource Style.DataGridRow.Changes}">
|
||||
<DataGrid.Columns>
|
||||
<DataGridTemplateColumn Width="22" IsReadOnly="True">
|
||||
|
@ -153,6 +154,7 @@
|
|||
SelectionMode="Single"
|
||||
SelectionUnit="FullRow"
|
||||
SelectionChanged="OnGridSelectionChanged"
|
||||
SizeChanged="OnGridSizeChanged"
|
||||
RowStyle="{StaticResource Style.DataGridRow.Changes}">
|
||||
<DataGrid.Columns>
|
||||
<DataGridTemplateColumn Width="22" IsReadOnly="True">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue