From d714f9f866c20d8b81db10e2394387272de290cf Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: May 01 2023 08:50:50 +0000 Subject: #assistants: ignore DPI for meta-levels --- diff --git a/toonz/sources/toonzlib/dpiscale.cpp b/toonz/sources/toonzlib/dpiscale.cpp index 911c808..c535f49 100644 --- a/toonz/sources/toonzlib/dpiscale.cpp +++ b/toonz/sources/toonzlib/dpiscale.cpp @@ -21,6 +21,7 @@ TAffine getDpiAffine(TXshSimpleLevel *level, const TFrameId &fid, const double factor = Stage::inch; if (level->getType() == PLI_XSHLEVEL) return TAffine(); + if (level->getType() == META_XSHLEVEL) return TAffine(); LevelProperties *prop = level->getProperties(); TAffine aff;