GUI: use ImGuiChildFlags_Border
This commit is contained in:
parent
d701596972
commit
2fc050c6b4
8 changed files with 10 additions and 10 deletions
|
|
@ -316,7 +316,7 @@ void FurnaceGUI::drawMixer() {
|
|||
hoveredPortSet=0x1fff;
|
||||
hoveredSubPort=-1;
|
||||
|
||||
if (ImGui::BeginChild("Patchbay",ImVec2(0,0),true)) {
|
||||
if (ImGui::BeginChild("Patchbay",ImVec2(0,0),ImGuiChildFlags_Border)) {
|
||||
ImDrawList* dl=ImGui::GetWindowDrawList();
|
||||
ImVec2 topPos=ImGui::GetCursorPos();
|
||||
ImVec2 sysSize=calcPortSetSize(_("System"),displayHiddenPorts?DIV_MAX_OUTPUTS:e->getAudioDescGot().outChans,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue