Skip to content

Commit

Permalink
Merge picture info dialog thumbnail when slideshow is active fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch1llb0 authored Apr 6, 2023
1 parent 035cb86 commit 25311a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion xml/DialogPictureInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
<fadetime>100</fadetime>
<texture>$INFO[ListItem.FileNameAndPath]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
<visible>!Window.IsActive(Slideshow)</visible>
</control>

<control type="image">
<include>DialogPictureInfo_coords1</include>
<fadetime>100</fadetime>
<texture>$INFO[Slideshow.Path]$INFO[Slideshow.Filename]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
<visible>Window.IsActive(Slideshow)</visible>
</control>

<!-- List -->
Expand Down Expand Up @@ -95,4 +104,4 @@

</controls>

</window>
</window>

0 comments on commit 25311a2

Please sign in to comment.