Skip to content

Commit

Permalink
Fixing layout bug when users leave and enter again
Browse files Browse the repository at this point in the history
  • Loading branch information
elieserdejesus committed Oct 8, 2017
1 parent 43e59da commit 0dec528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Common/gui/NinjamRoomWindow.cpp
Expand Up @@ -393,6 +393,8 @@ void NinjamRoomWindow::removeChannel(const Ninjam::User &user, const Ninjam::Use
}

updateTracksSizeButtons();

reAddTrackGroups(); // update the gridlayout to avoid empty cells
}

NinjamTrackView *NinjamRoomWindow::getTrackViewByID(long trackID)
Expand Down

0 comments on commit 0dec528

Please sign in to comment.