Fixed uninitialized state in library form
[someplayer] / src / libraryform.cpp
index b2c1f41..2b8c092 100644 (file)
@@ -147,6 +147,7 @@ LibraryForm::LibraryForm(Library *lib, QWidget *parent) :
        _current_playlist_changed = true;
        _top_gradient = ui->topWidget->styleSheet();
        _bottom_gradient = ui->bottomWidget->styleSheet();
+       _is_dynamic = false;
 }
 
 LibraryForm::~LibraryForm()