<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - long pauses when launching macro script on virtual stack"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1030#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - long pauses when launching macro script on virtual stack"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1030">bug 1030</a>
              from <span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span></b>
        <pre>Vytas wrote via private mail:
<span class="quote">> I did NOT enable those options AND they are not checked on in the GUI
> on looking just now. Could the GUI be broken and ON by default? --
> strange!</span >

The GUI is very unlikely to be broken, though you could confirm for certain by
running this BeanShell script in the Script Editor:

// @ImageJ ij
// @OptionsService options
ij2opts = ij.options().getOptions(net.imagej.legacy.ImageJ2Options.class);
ij.ui().showDialog(
    "Enable ImageJ2 data structures? " + ij2opts.isSyncEnabled() + "\n" +
    "Use SCIFIO when opening files? " + ij2opts.isSciJavaIO());</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>