Skip to content

Commit 077e4cc

Browse files
committed
Give each canvas a reference to the canvas manager it uses.
Right now, there is an implicit, but not explict, link in the code between the canvas manager and the canvases, so any algorithm that tries to trace widget dependencies misses that the canvas manager is associated with each canvas. This makes that association explicit (as a bonus, allows a person to create multiple canvas managers if they so desire, I suppose).
1 parent 8276256 commit 077e4cc

File tree

2 files changed

+63
-60
lines changed

2 files changed

+63
-60
lines changed

0 commit comments

Comments
 (0)