Skip to content

Commit 5c77fd5

Browse files
committed
FoldTableToImage.m: fix deprecated function call
1 parent fdd33ef commit 5c77fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImageM/+imagem/+actions/+table/FoldTableToImage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function run(obj, frame) %#ok<INUSL,INUSD>
8585
img = Image('Data', data, 'type', 'vector', 'channelNames', tab.ColNames);
8686
end
8787

88-
addImageDocument(frame.Gui, img);
88+
createImageFrame(frame.Gui, img);
8989
end
9090

9191
end % end methods

0 commit comments

Comments
 (0)