Merge pull request #5021 from zaps166/2.0-last_sample_playing-fix
SampleLibraryEditor: Initialize "is_playing" variable
This commit is contained in:
commit
0a64059937
|
@ -357,7 +357,7 @@ SampleLibraryEditor::SampleLibraryEditor() {
|
|||
file->connect("files_selected", this,"_file_load_request");
|
||||
tree->connect("item_edited", this,"_item_edited");
|
||||
|
||||
|
||||
is_playing = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue