Skip to content

Commit 6a1d843

Browse files
authored
Merge pull request #128 from mathworks/127-baseviewchart-class-is-not-triggering-updates-on-model-changes
fixes #127, update to BaseViewChart
2 parents 5905ea0 + 8ad992b commit 6a1d843

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)