Issue #1219 enable loop context when in nsharp view.

Former-commit-id: 642f5b5bcc1c428ad1516e09ba028c7e5da0185d
This commit is contained in:
Ben Steffensmeier 2012-09-25 17:19:38 -05:00
parent 752a0078d4
commit 4afc146b9b

View file

@ -70,5 +70,14 @@
</enabledWhen>
</handler>
</extension>
<extension
point="com.raytheon.uf.viz.core.classContext">
<classContext
class="com.raytheon.uf.viz.d2d.nsharp.display.D2DNSharpPaletteWindow">
<contextId
id="com.raytheon.viz.ui.loopContext">
</contextId>
</classContext>
</extension>
</plugin>