Merge pull request #5021 from zaps166/2.0-last_sample_playing-fix

SampleLibraryEditor: Initialize "is_playing" variable
This commit is contained in:
Rémi Verschelde 2016-06-03 20:02:46 +02:00
commit 0a64059937
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ SampleLibraryEditor::SampleLibraryEditor() {
file->connect("files_selected", this,"_file_load_request");
tree->connect("item_edited", this,"_item_edited");
is_playing = false;
}