Added Copy Mode to the Cell Workbench.
This commit is contained in:
@@ -71,7 +71,11 @@ public class PacketValueConfig extends AppEngPacket
|
||||
ContainerCellWorkbench ccw = (ContainerCellWorkbench) c;
|
||||
if ( Name.equals( "CellWorkbench.Action" ) )
|
||||
{
|
||||
if ( Value.equals( "Partition" ) )
|
||||
if ( Value.equals( "CopyMode" ) )
|
||||
{
|
||||
ccw.nextCopyMode();
|
||||
}
|
||||
else if ( Value.equals( "Partition" ) )
|
||||
{
|
||||
ccw.partition();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user