Skip to content

Commit

Permalink
🐛 Showing level meter when exiting server after collapse bottom area (f…
Browse files Browse the repository at this point in the history
…ix #961)
  • Loading branch information
elieserdejesus committed Oct 26, 2017
1 parent 7180583 commit e67cd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ void MainWindow::exitFromRoom(bool normalDisconnection, QString disconnectionMes
ui.bottomPanelLayout->removeWidget(ninjamWindow->getMetronomePanel());
}

ui.bottomPanelLayout->addWidget(ui.masterControlsPanel, 1, 1, 1, 1, Qt::AlignCenter);
collapseBottomArea(bottomCollapsed); // update bottom area visibility honoring collapse status

hideChordsPanel();

Expand Down

0 comments on commit e67cd43

Please sign in to comment.