Skip to content

Commit 78a9f15

Browse files
committed
Added userData property to custom figure handler
1 parent ef2e36e commit 78a9f15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/matlab/+symphonyui/+app/App.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
function v = version()
10-
v = '2.0.1.3'; % i.e. 2.0-b3
10+
v = '2.0.1.4'; % i.e. 2.0-b4
1111
end
1212

1313
function c = copyright()

src/main/matlab/+symphonyui/+builtin/+figures/CustomFigure.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
classdef CustomFigure < symphonyui.core.FigureHandler
22

3+
properties
4+
userData
5+
end
6+
37
properties (SetAccess = private)
48
handleEpochCallback
59
clearCallback

0 commit comments

Comments
 (0)