SampleLibraryEditor: Initialize "is_playing" variable
Fixes crash caused by jumping to wrong place due to uninitialized variable. Closes #4703 (cherry picked from commit 9acb666320a03d6f47b6bd43842488bdb921be9f)
This commit is contained in:
parent
21e05167b1
commit
bff77d731f
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ SampleLibraryEditor::SampleLibraryEditor() {
|
|||
file->connect("files_selected", this,"_file_load_request");
|
||||
tree->connect("item_edited", this,"_item_edited");
|
||||
|
||||
|
||||
is_playing = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue