Skip to content

Commit d84fda4

Browse files
committed
fixed incorrect uncovering of rounded shadow blocks after \pause, see https://tex.stackexchange.com/q/745623/36296
1 parent 97ecf0a commit d84fda4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ a major and minor version only.
1212

1313
- fixed issue of block body not adapting to surrounding pgf fill opacity
1414
- fixed section title alignment in tree and smoothtree outer themes if combined with a split-based outer theme
15+
- fixed incorrect uncovering of rounded shadow blocks after `\pause`, see https://tex.stackexchange.com/q/745623/36296
1516

1617
## [v3.72]
1718

base/beamerbaseboxes.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@
245245
\else%
246246
\vskip2bp%
247247
\fi%
248-
\egroup% of \vbox\bgroup
249248
\ifbmb@shadow%
250249
\xdef\beamer@colorhook{\beamer@storecolorhook}
251250
\fi
251+
\egroup% of \vbox\bgroup
252252
}
253253

254254
% Shadings

0 commit comments

Comments
 (0)