From 2e4b34a1a1cf93a94d28c63fb9150ec09c2e3e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Mon, 10 Jan 2022 09:00:59 +0100 Subject: New upstream version 0.19.2+ds1 --- src/core/mixerHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/mixerHandler.cpp b/src/core/mixerHandler.cpp index bbf46c9..31cf8ae 100644 --- a/src/core/mixerHandler.cpp +++ b/src/core/mixerHandler.cpp @@ -232,7 +232,7 @@ void MixerHandler::renameChannel(ID channelId, const std::string& name) void MixerHandler::updateSoloCount() { bool hasSolos = forAnyChannel([](const Channel& ch) { - return ch.isSoloed(); + return !ch.isInternal() && ch.isSoloed(); }); m_model.get().mixer.hasSolos = hasSolos; -- cgit v1.2.3