File tree Expand file tree Collapse file tree
src/DataGridExtensions/Themes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 217217 Style =" {DynamicResource {x:Type ToggleButton}}" >
218218 <StackPanel Orientation =" Horizontal" >
219219 <TextBlock x : Name =" IsFilterActiveMarker"
220+ Visibility =" Hidden"
220221 Text =" ."
221222 Margin =" 2,0,-4,0"
222223 Foreground =" {Binding ElementName=FilterSymbol, Path=Foreground}" FontWeight =" Bold" />
314315 Value =" Transparent" />
315316 </Trigger >
316317 <DataTrigger Binding =" {Binding Path=Filter.IsFiltered, RelativeSource={RelativeSource Self}}"
317- Value =" False " >
318+ Value =" True " >
318319 <Setter TargetName =" IsFilterActiveMarker"
319320 Property =" Visibility"
320- Value =" Hidden " />
321+ Value =" Visible " />
321322 </DataTrigger >
322323 <DataTrigger Binding =" {Binding Path=HasTextFilter, RelativeSource={RelativeSource Self}}"
323324 Value =" true" >
You can’t perform that action at this time.
0 commit comments