GUI: I am done
look I need to sleep
This commit is contained in:
parent
cec31b23de
commit
b9d8d91ca7
5 changed files with 8 additions and 9 deletions
|
|
@ -91,7 +91,7 @@ void FurnaceGUI::drawSubSongs() {
|
|||
ImGui::Text("Name");
|
||||
ImGui::SameLine();
|
||||
ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x);
|
||||
if (ImGui::InputText("##SubSongName",&e->curSubSong->name)) {
|
||||
if (ImGui::InputText("##SubSongName",&e->curSubSong->name,ImGuiInputTextFlags_UndoRedo)) {
|
||||
MARK_MODIFIED;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue