diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-07-07 18:08:47 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-07-07 18:08:47 +0000 |
| commit | b80e2b5bb72ebb814745bd58ccf10bfa617dd7e9 (patch) | |
| tree | 23b5587685ddf4f15b9a1d3a65a066e49a779455 /src/display/nr-style.cpp | |
| parent | Switch to nearest neighbor filtering when image is larger than original (diff) | |
| download | inkscape-b80e2b5bb72ebb814745bd58ccf10bfa617dd7e9.tar.gz inkscape-b80e2b5bb72ebb814745bd58ccf10bfa617dd7e9.zip | |
Fix group opacity
(bzr r9508.1.13)
Diffstat (limited to 'src/display/nr-style.cpp')
| -rw-r--r-- | src/display/nr-style.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/display/nr-style.cpp b/src/display/nr-style.cpp index c15dd78a3..bf2f2d305 100644 --- a/src/display/nr-style.cpp +++ b/src/display/nr-style.cpp @@ -137,8 +137,6 @@ void NRStyle::set(SPStyle *style) dash = NULL; } - opacity = SP_SCALE24_TO_FLOAT(style->opacity.value); - update(); } |
