Ghostkeeper e106692165
Make ContainerTree singleton but construct in run() of application
We want to make sure that this tree is constructed during start-up after all containers have been registered, so we call getInstance() there once. If you need the tree before that, the tree will not yet have been filled and you won't get complete information, so you'd need to listen for updates.
The singleton is there so you don't need to go via CuraApplication.

Contributes to issue CURA-6600.
2019-08-08 17:30:24 +02:00
..
2019-07-01 10:58:08 +02:00
2019-06-07 13:34:57 +02:00
2018-07-13 09:21:35 +02:00
2019-04-30 09:43:50 +02:00
2018-12-21 11:59:12 +01:00
2019-01-28 13:50:32 +01:00
2018-08-15 09:14:37 +02:00
2018-07-03 13:09:05 +02:00
2018-07-03 17:57:30 +02:00