Crash if move down/up plot from different group with different plot type


Version: 2022b

Type: Bug Fixes

Category: Graphing

Subcategory:

Jira: ORG-25107


Run LabTalk below, then active the graph, in Object Manager, right click plot C and Move down ==> Crash

newbook name:="MyData" option:=lsname;
col(a)=data(1,20);col(b)=data(1,20);col(c)=data(1,20);col(d)=data(1,20);col(e)=data(1,20);
plotxy iy:=(1,2:3) plot:=200;
win -a MyData;
plotxy iy:=(1,4:5) plot:=201 ogl:=[Graph1]1!;

Fixed in Origin2022b