File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/MahApps.Metro/MahApps.Metro/Styles Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 101101- [#2812](https://github.com/MahApps/MahApps.Metro/issues/2812) Font family in Flyout.xaml and MetroNavigationWindow.xaml
102102- [#2764](https://github.com/MahApps/MahApps.Metro/issues/2764) Flyout - Border not shown
103103- [#2515](https://github.com/MahApps/MahApps.Metro/issues/2515) NumericUpDown Value not displayed
104+ - [#1929](https://github.com/MahApps/MahApps.Metro/issues/1929) MetroDataGridCheckBox style prevents the CellEditEnding
Original file line number Diff line number Diff line change 1919 <Setter Property =" Focusable" Value =" False" />
2020 <Setter Property =" IsHitTestVisible" Value =" False" />
2121 </DataTrigger >
22+ <DataTrigger Binding =" {Binding Path=IsEditing, RelativeSource={RelativeSource AncestorType=DataGridCell}}" Value =" False" >
23+ <Setter Property =" Focusable" Value =" False" />
24+ <Setter Property =" IsHitTestVisible" Value =" False" />
25+ </DataTrigger >
2226 </Style .Triggers>
2327 </Style >
2428
You can’t perform that action at this time.
0 commit comments