Before adding a Locator to a Manipulate, I can easily print or export the result using a context menu:

But after adding a Locator, I can't even get a context menu to appear. How do I enable graphics generated with Locators so that the context menu functionality is restored?
Manipulate[
Show[ParametricPlot[BezierFunction[{{0, 0}, c1, {1, 1}}][x], {x, 0, 1}]],
{{c1,{.2, .2}}, Locator}]
Comments
Post a Comment