|
@@ -693,6 +693,8 @@ let dataInfoMapTreeOprObj = {
|
|
destination[JV.PROP_FONT] = source[JV.PROP_FONT];
|
|
destination[JV.PROP_FONT] = source[JV.PROP_FONT];
|
|
destination[JV.PROP_CONTROL] = source[JV.PROP_CONTROL];
|
|
destination[JV.PROP_CONTROL] = source[JV.PROP_CONTROL];
|
|
destination[JV.PROP_STYLE] = source[JV.PROP_STYLE];
|
|
destination[JV.PROP_STYLE] = source[JV.PROP_STYLE];
|
|
|
|
+ if (source[JV.PROP_DIAGONAL_DOWN]) destination[JV.PROP_DIAGONAL_DOWN] = source[JV.PROP_DIAGONAL_DOWN];
|
|
|
|
+ if (source[JV.PROP_DIAGONAL_UP]) destination[JV.PROP_DIAGONAL_UP] = source[JV.PROP_DIAGONAL_UP];
|
|
destination[JV.PROP_PREFIX] = source[JV.PROP_PREFIX];
|
|
destination[JV.PROP_PREFIX] = source[JV.PROP_PREFIX];
|
|
destination[JV.PROP_SUFFIX] = source[JV.PROP_SUFFIX];
|
|
destination[JV.PROP_SUFFIX] = source[JV.PROP_SUFFIX];
|
|
if (source[JV.PROP_FORMAT])
|
|
if (source[JV.PROP_FORMAT])
|
|
@@ -779,6 +781,8 @@ let dataInfoMapTreeOprObj = {
|
|
destination[JV.PROP_FONT] = source[JV.PROP_FONT];
|
|
destination[JV.PROP_FONT] = source[JV.PROP_FONT];
|
|
destination[JV.PROP_CONTROL] = source[JV.PROP_CONTROL];
|
|
destination[JV.PROP_CONTROL] = source[JV.PROP_CONTROL];
|
|
destination[JV.PROP_STYLE] = source[JV.PROP_STYLE];
|
|
destination[JV.PROP_STYLE] = source[JV.PROP_STYLE];
|
|
|
|
+ if (source[JV.PROP_DIAGONAL_DOWN]) destination[JV.PROP_DIAGONAL_DOWN] = source[JV.PROP_DIAGONAL_DOWN];
|
|
|
|
+ if (source[JV.PROP_DIAGONAL_UP]) destination[JV.PROP_DIAGONAL_UP] = source[JV.PROP_DIAGONAL_UP];
|
|
destination.Title = "";
|
|
destination.Title = "";
|
|
destination[JV.PROP_AREA] = {};
|
|
destination[JV.PROP_AREA] = {};
|
|
me.private_copy_area(source[JV.PROP_AREA], destination[JV.PROP_AREA]);
|
|
me.private_copy_area(source[JV.PROP_AREA], destination[JV.PROP_AREA]);
|