Login  Register

Re: Setting "Data changed flag" from plugin/macro?

Posted by Gabriel Landini on Oct 24, 2006; 4:18pm
URL: http://imagej.273.s1.nabble.com/can-i-draw-cylinders-tp3701211p3701222.html

On Tuesday 24 October 2006 16:03, you wrote:
> On Tuesday 24 October 2006 14:53, Joachim Wesner wrote:
> > How can I force Imagej to consider data processed by a macro or plugin to
> > be considered "changed" and in need of saving when one tries to close the
> > resp. window/stack ?
>
> Would this work?
>
> imp.chages=true;

Actually it is :
 imp.changes=true;

Sorry for the typo.

G.