GUI: honor basic mode poll
This commit is contained in:
parent
5dec6debba
commit
5261cf97fe
2 changed files with 62 additions and 60 deletions
|
|
@ -295,7 +295,7 @@ void FurnaceGUI::drawMixer() {
|
|||
}
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
if (ImGui::BeginTabItem("Patchbay") && !basicMode) {
|
||||
if (!basicMode) if (ImGui::BeginTabItem("Patchbay")) {
|
||||
std::map<unsigned int,ImVec2> portPos;
|
||||
|
||||
if (ImGui::BeginTable("PatchbayOptions",3)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue