From 3f6506d41557d34f98b7ac2d153c2937133426e2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 18 Aug 2015 23:07:23 +0000 Subject: media9 (18aug15) git-svn-id: svn://tug.org/texlive/trunk@38151 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/media9/players/SlideShow.mxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/source/latex/media9') diff --git a/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml b/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml index 743d482602d..dd6138d420f 100644 --- a/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml +++ b/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml @@ -4,7 +4,7 @@ - + @@ -173,7 +173,7 @@ slideshowXML.Img[idx].URL[urlIdx].attribute('height'), "g"); if(curFile.search(pattern)>-1){ dynResolution=true; - curFile=curFile.replace(pattern, this.toString()); + curFile=curFile.replace(pattern, this.height.toString()); } } -- cgit v1.2.3