Skip to content

Commit 32017fc

Browse files
authored
fixed issue of block body not adapting to surrounding pgf fill opacity (#936)
1 parent d15557c commit 32017fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ a major and minor version only.
88

99
## [Unreleased]
1010

11+
### Fixed
12+
13+
- fixed issue of block body not adapting to surrounding pgf fill opacity
14+
1115
## [v3.72]
1216

1317
### Added

base/beamerbasecolor.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
\ifdefined\beamer@colbox@bgopacity\pgfsetfillopacity{\beamer@colbox@bgopacity}\fi%
222222
\hskip-\beamer@colbox@colseps%
223223
\fboxsep=\z@\colorbox{bg}{%
224-
\pgfsetfillopacity{1}%
224+
\ifdefined\beamer@colbox@bgopacity\pgfsetfillopacity{1}\fi%
225225
\hskip\beamer@colbox@colseps%
226226
\box\beamer@tempbox%
227227
\hskip\beamer@colbox@colseps%

0 commit comments

Comments
 (0)