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

Reimplement dirty layout processing to use flags

XMLWordPrintable

      Currently, a list of dirty layout roots is in every Scene. This is used to trigger layout() method on these roots during the layout pass.
      We should change this to Node flags, which would go from the root to every dirty node (in terms of layout). This would allow to trigger re-layout() of any subtree just by calling layout() on the right Parent (which is a layout root at the same time).

            msladecek Martin Sládeček
            msladecek Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: