Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8306708

Region.layoutInArea uses incorrect snap scale value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx21
    • jfx20
    • javafx
    • None
    • b15

      In the following line, snapScaleX is used twice:

          child.resize(
              snapSize(size.x, isSnapToPixel, snapScaleX),
              snapSize(size.y, isSnapToPixel, snapScaleX));

      Looks like a copy-and-paste bug.

            mstrauss Michael Strauß
            mstrauss Michael Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: