Loading TableBlock.m +2 −2 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ classdef TableBlock < handle % for each line, call delete_recursive if handle still exist for i=1:length( lines ) if ishandle( lines( i ) ) object.delete_recursive( lines( i ) ) TableBlock.delete_recursive( lines( i ) ) end end % end copyright Loading Loading @@ -236,7 +236,7 @@ classdef TableBlock < handle % for each line, call delete_recursive if handle still exist for i=1:length( lines ) if ishandle( lines( i ) ) object.delete_recursive( lines( i ) ) TableBlock.delete_recursive( lines( i ) ) end end % end copyright Loading Loading
TableBlock.m +2 −2 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ classdef TableBlock < handle % for each line, call delete_recursive if handle still exist for i=1:length( lines ) if ishandle( lines( i ) ) object.delete_recursive( lines( i ) ) TableBlock.delete_recursive( lines( i ) ) end end % end copyright Loading Loading @@ -236,7 +236,7 @@ classdef TableBlock < handle % for each line, call delete_recursive if handle still exist for i=1:length( lines ) if ishandle( lines( i ) ) object.delete_recursive( lines( i ) ) TableBlock.delete_recursive( lines( i ) ) end end % end copyright Loading