Unverified Commit b858e361 authored by marsnicholas's avatar marsnicholas Committed by GitHub
Browse files

Closes all library views when shuffled (#4261) (#4324)

parent ebe2c494
......@@ -1846,7 +1846,7 @@ void Player::eventShuffle(const Event_Shuffle &event)
}
for (auto *view : zone->getViews()) {
if (view != nullptr) {
view->setWriteableRevealZone(false);
emit view->beingDeleted();
}
}
emit logShuffle(this, zone, event.start(), event.end());
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment