Browse Source

Fix bug where only one expander could be set.

tags/v1.0.0
Andrew Belt 6 years ago
parent
commit
49e48ba994
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/app/RackWidget.cpp

+ 0
- 2
src/app/RackWidget.cpp View File

@@ -331,13 +331,11 @@ static void RackWidget_updateAdjacent(RackWidget *that) {
// Check if this is a left module
if (p2Right.isEqual(pLeft)) {
mwLeft = dynamic_cast<ModuleWidget*>(w2);
break;
}

// Check if this is a right module
if (p2Left.isEqual(pRight)) {
mwRight = dynamic_cast<ModuleWidget*>(w2);
break;
}
}



Loading…
Cancel
Save