Re: RFR: 8328577: Toolbar's overflow button overlaps the items [v3]

2024-04-10 Thread Andy Goryachev
On Tue, 2 Apr 2024 12:58:27 GMT, eduardsdv wrote: >> This change fixes the calculation of which nodes go to the toolbar and which >> go to the overflow menu. >> It is now determined before the nodes are removed from the scene graph. >> This is important because the values returned by >> ``Node.

Re: RFR: 8328577: Toolbar's overflow button overlaps the items [v3]

2024-04-02 Thread eduardsdv
> This change fixes the calculation of which nodes go to the toolbar and which > go to the overflow menu. > It is now determined before the nodes are removed from the scene graph. > This is important because the values returned by > ``Node.prefWidth(..)``/``Node.prefHeight(..)`` may depend on whe