neilcsmith-net commented on PR #9066: URL: https://github.com/apache/netbeans/pull/9066#issuecomment-3631751660
Yes, there is much that is questionable in that animation layer, but I didn't want to do a lot of refactoring. The phase seems to always be set by a constant. Considered changing to `if (phase >= 1f)` at https://github.com/neilcsmith-net/netbeans/blob/master/java/form/src/org/netbeans/modules/form/layoutsupport/griddesigner/AnimationLayer.java#L288 Can still do that, or merge as is? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
