Not sure why you're going to an older release - ISR4 is newer than the .78 release (which is the base release). Why are you doing that? For the first item, with rulers, I don't see that, but there were some fixes in ruler display related to the priority that various layers were drawn in - it's possible that this was also fixed in a later ISR. I couldn't find a CCR for which ISR it was fixed in though (probably this is a side effect of something else that doesn't always show up in the base release). For the second item, this is described in this article . It's controlled via a cdsenv variable, where the default was t in the base release, and nil from ISR4 onwards. So get the base release to have the ISR4 behaviour: envSetVal("layout" "gravityUse5PixelApertureWhenOff" 'boolean nil) This was a new capability which was maybe a bit optimistically introduced - it works well in some cases, but not for all users. The third item (the scroll wheel on the property editor) was fixed in IC617 ISR3 (so the one before the one you moved back from). A workaround is to click on the down arrow next to the cyclic field, and then the scroll wheel works. However, all of this can be solved by using the newer version, so why are you using the old version instead? Regards, Andrew.
↧