On 13 Jan 2016, at 18:09, Stephan Eggermont <stephan@stack.nl> wrote:
Name: SLICE-Issue-17363-LayoutFrame-fractions-0--0-corner-1--1--LayoutFrame-identity-should-be-true-and-it-is-not-StephanEggermont.2 Author: StephanEggermont Time: 13 January 2016, 6:06:01.571074 pm UUID: 9a5e9ae3-1357-4bfb-921a-3762d57402fd Ancestors: Dependencies: Morphic-Base-StephanEggermont.529
Better hash both in distribution and in working with Float coordinates
hash ^(((((((( self species hash + leftFraction hash) hashMultiply + leftOffset hash) hashMultiply + topFraction hash) hashMultiply + topOffset hash) hashMultiply + rightFraction hash) hashMultiply + rightOffset hash) hashMultiply + bottomFraction hash) hashMultiply + bottomOffset hash) hashMultiply
Thank you for integrating the fix. I just realised I forgot to put in "." expression separators in my code. Why did you use a single expression instead of using a temporary variable? I find it harder to understand.