GUI: why
This commit is contained in:
parent
8146405f88
commit
73f65d4721
|
@ -433,7 +433,7 @@ void FurnaceGUI::drawDebug() {
|
||||||
ImGui::TreePop();
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
if (ImGui::TreeNode("MIDI Debug")) {
|
if (ImGui::TreeNode("MIDI Debug")) {
|
||||||
if (ImGui::Button("Enable Debug (go to log viewer")) {
|
if (ImGui::Button("Enable Debug (go to log viewer)")) {
|
||||||
e->setMidiDebug(true);
|
e->setMidiDebug(true);
|
||||||
nextWindow=GUI_WINDOW_LOG;
|
nextWindow=GUI_WINDOW_LOG;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue