Skip to content

Commit 8ad992b

Browse files
committed
fixes #127, update to BaseViewChart
1 parent 5905ea0 commit 8ad992b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

widgets/+wt/+abstract/BaseViewChart.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
end %properties
3232

3333

34-
properties (Transient, NonCopyable, UsedInUpdate = true, Access = private)
34+
properties (Transient, NonCopyable, UsedInUpdate = true, ...
35+
GetAccess = private, SetAccess = protected)
3536

3637
% Internal flag to trigger an update call
3738
Dirty_ (1,1) logical = false

0 commit comments

Comments
 (0)