mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 16:28:19 +01:00
Merge pull request #5060 from eduardosm/esm-branch1
Initialize blur_radius_ and opacity_level_ on PlaylistView constructor.
This commit is contained in:
commit
86ce06e779
@ -112,6 +112,8 @@ PlaylistView::PlaylistView(QWidget* parent)
|
|||||||
read_only_settings_(true),
|
read_only_settings_(true),
|
||||||
upgrading_from_version_(-1),
|
upgrading_from_version_(-1),
|
||||||
background_image_type_(Default),
|
background_image_type_(Default),
|
||||||
|
blur_radius_(kDefaultBlurRadius),
|
||||||
|
opacity_level_(kDefaultOpacityLevel),
|
||||||
previous_background_image_opacity_(0.0),
|
previous_background_image_opacity_(0.0),
|
||||||
fade_animation_(new QTimeLine(1000, this)),
|
fade_animation_(new QTimeLine(1000, this)),
|
||||||
last_height_(-1),
|
last_height_(-1),
|
||||||
|
Loading…
Reference in New Issue
Block a user