T: No mixer screenshot for trax
Unpacking and repacking the mixer needs to be special cased for trax.
This commit is contained in:
parent
af7b06d386
commit
7aa1caa5a9
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user