diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-01 00:43:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-01 00:43:56 +0000 |
commit | 4f356bad522890dcd9a99aa50759749999eb0383 (patch) | |
tree | 978b817608b44d3b3474eecda64182f55cb41e86 /Master/texmf-dist/tex/latex/fancytooltips | |
parent | ae6ef1b2849f449904800981fb23ba994b39219b (diff) |
fancytooltips update (30jul07)
git-svn-id: svn://tug.org/texlive/trunk@4686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fancytooltips')
-rw-r--r-- | Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty b/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty index d1c3c552a0e..a06e2c4292b 100644 --- a/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty +++ b/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{fancytooltips} - [2007/05/08 v1.3 fancytooltips.dtx file] + [2007/07/28 v1.3a fancytooltips.dtx file] \RequirePackage{everyshi} \RequirePackage{graphicx} \RequirePackage{xkeyval} @@ -168,6 +168,7 @@ \ifTooltip@usepdftex \begin{insDLJS}[fancyTooltipsLoaded]{Tooltipsdljs}{DLJS for Tooltips} var animace; + app.focusRect = false; var fancyTooltipsLoaded = true; function CloseTooltips() @@ -206,6 +207,7 @@ \else \begin{insDLJS}[fancyTooltipsLoaded]{Tooltipsdljs}{DLJS for Tooltips} var animace; + app.focusRect = false; var fancyTooltipsLoaded = true; function CloseTooltips() |