[ENH]: Issue 1124: GT: Render Morphs in Scroll Panes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ENH]: Issue 1124: GT: Render Morphs in Scroll Panes

Sean P. DeNigris
Administrator
Issue 1124: GT: Render Morphs in Scroll Panes
https://code.google.com/p/moose-technology/issues/detail?id=1124

Right now, large Morphs are hard to deal with in GT. You only see the tiny fraction that fits in the pane.

InspectIt:
Morph new
        extent: (1000@1000);
        yourself.

Fix attached to Google issue.

Cheers,
Sean