Skip to content

Commit

Permalink
1.1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed Jun 26, 2023
1 parent 26ac2ba commit e88dba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
ToolTip="{Binding Path=(local:IconHelper.ToolTip), RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}">
<i:IconPresenter.Visibility>
<MultiBinding Converter="{StaticResource {x:Static irs:ConverterKeys.IconVisibilityConverter}}">
<Binding Path="Icon"
RelativeSource="{RelativeSource TemplatedParent}"
<Binding Path="Content"
RelativeSource="{RelativeSource Self}"
Mode="OneWay" />
<Binding Path="(local:IconHelper.HiddenOnNull)"
RelativeSource="{RelativeSource TemplatedParent}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
ResourceDictionaryLocation.SourceAssembly
)]

[assembly: AssemblyVersion("1.1.13.1")]
[assembly: AssemblyFileVersion("1.1.13.1")]
[assembly: AssemblyVersion("1.1.13.2")]
[assembly: AssemblyFileVersion("1.1.13.2")]

0 comments on commit e88dba9

Please sign in to comment.