convert presets to new format, part 2
This commit is contained in:
parent
d422372b7f
commit
ea643c574c
5 changed files with 21 additions and 12 deletions
|
|
@ -143,7 +143,7 @@ void FurnaceGUI::drawNewSong() {
|
|||
}
|
||||
|
||||
if (accepted) {
|
||||
e->createNew(nextDesc.c_str(),nextDescName);
|
||||
e->createNew(nextDesc.c_str(),nextDescName,false);
|
||||
undoHist.clear();
|
||||
redoHist.clear();
|
||||
curFileName="";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue