13
0

T: No mixer screenshot for trax

Unpacking and repacking the mixer needs to be special cased for trax.
This commit is contained in:
Robin Gareus 2024-05-06 23:49:05 +02:00
parent af7b06d386
commit 7aa1caa5a9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -4326,6 +4326,9 @@ Mixer_UI::screenshot (std::string const& filename)
if (!_session) {
return false;
}
if (Profile->get_livetrax()) {
return false;
}
int height = strip_packer.get_height();
bool with_vca = vca_vpacker.get_visible ();