Hi,
I'm working with InDesign plugin development by C++ SDK. We have recomposed the text frame after auto-sizing by process command.
Ex:
InterfacePtr<ICommand> myCmd(myTextUtils->CreateRecomposeThruNthParcelCmd(theParcelList,
kInvalidParcelIndex/*recompose all*/));
ErrorCode theErrCode = CmdUtils::ProcessCommand(myCmd);
At that time InDesign 2020 got crashed with the "Access Violation Reading Location" exception. We build those ID2020 and ID2019 supported plugins by the same codebase. But when we process the recompose command with InDesign 2019 it isn't crash. Here I have attached a screenshot of the call stack.
