EffectView: fixed artifacts with semitransparent widget shadow
commitb9f5795da6fe75391c8f57492ff4ef9e1fc82340
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 15 Aug 2010 10:40:10 +0000 (15 12:40 +0200)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 15 Aug 2010 10:44:29 +0000 (15 12:44 +0200)
tree800b32535dffb8c8b8d11c3f3326203824902c8e
parent48891a7de3311a53d782f80554662d99bd74a8dd
EffectView: fixed artifacts with semitransparent widget shadow

We must not set the Qt::WA_OpaquePaintEvent attribute when using a
semitransparent background image in paintEvent(). Fixes artifacts
in EffectView's shadowed border.
(cherry picked from commit d830e7f622aa238762eeaf4f8aac57485463bc0e)
src/gui/widgets/EffectView.cpp