We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15557c commit 32017fcCopy full SHA for 32017fc
CHANGELOG.md
@@ -8,6 +8,10 @@ a major and minor version only.
8
9
## [Unreleased]
10
11
+### Fixed
12
+
13
+- fixed issue of block body not adapting to surrounding pgf fill opacity
14
15
## [v3.72]
16
17
### Added
base/beamerbasecolor.sty
@@ -221,7 +221,7 @@
221
\ifdefined\beamer@colbox@bgopacity\pgfsetfillopacity{\beamer@colbox@bgopacity}\fi%
222
\hskip-\beamer@colbox@colseps%
223
\fboxsep=\z@\colorbox{bg}{%
224
- \pgfsetfillopacity{1}%
+ \ifdefined\beamer@colbox@bgopacity\pgfsetfillopacity{1}\fi%
225
\hskip\beamer@colbox@colseps%
226
\box\beamer@tempbox%
227
0 commit comments