GraphZahl
GraphZahl copied to clipboard
Fix retain of viewerContext in method calls on linux
For some reason the viewer context is not always perfectly retained on linux... And apps might crash when accessing the implicit viewer context in a method call. The workaround for now is to keep a reference to the viewer context on self whenever possible
Still need to debug this further