dev103 - store system name and other info in song
This commit is contained in:
parent
d004629a58
commit
8d88ac766c
12 changed files with 146 additions and 69 deletions
|
|
@ -65,6 +65,7 @@ void FurnaceGUI::drawNewSong() {
|
|||
ImGui::TableNextColumn();
|
||||
if (ImGui::Selectable(i.name,false,ImGuiSelectableFlags_DontClosePopups)) {
|
||||
nextDesc=i.definition.data();
|
||||
nextDescName=i.name;
|
||||
accepted=true;
|
||||
}
|
||||
}
|
||||
|
|
@ -97,7 +98,7 @@ void FurnaceGUI::drawNewSong() {
|
|||
}
|
||||
|
||||
if (accepted) {
|
||||
e->createNew(nextDesc);
|
||||
e->createNew(nextDesc,nextDescName);
|
||||
undoHist.clear();
|
||||
redoHist.clear();
|
||||
curFileName="";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue