diff --git a/toonz/sources/toonz/filmstripselection.cpp b/toonz/sources/toonz/filmstripselection.cpp index 02c2379..3a3e814 100644 --- a/toonz/sources/toonz/filmstripselection.cpp +++ b/toonz/sources/toonz/filmstripselection.cpp @@ -55,9 +55,11 @@ void TFilmstripSelection::enableCommands() { int type = sl->getType(); TFilePath path = sl->getPath(); - bool doEnable = - (type == PLI_XSHLEVEL || type == TZP_XSHLEVEL || type == MESH_XSHLEVEL || - (type == OVL_XSHLEVEL && !path.isUneditable())); + bool doEnable = ( type == PLI_XSHLEVEL + || type == TZP_XSHLEVEL + || type == MESH_XSHLEVEL + || type == META_XSHLEVEL + || (type == OVL_XSHLEVEL && !path.isUneditable()) ); TRasterImageP ri = (TRasterImageP)sl->getSimpleLevel()->getFrame( sl->getSimpleLevel()->getFirstFid(), false);