Quote:
Originally Posted by MrPib
Just for giggles, I changed
Code:
<function id="doCenter">
this.doCenterF();
</function>
to
Code:
<function id="doSize">
this.doCenterF();
</function>
and it works -- using the Size button instead of Enter, of course.
|
Thanks, MrPib. This worked for me as well.