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

Region.layoutInArea uses incorrect snap scale value

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: