Skip to content
Verified Commit df90fd5c authored by Fushan Wen's avatar Fushan Wen
Browse files

containments/panel: avoid placing the leftmost/topmost applet at the end

childAt won't find any applet when adding a new preset panel
because all applets don't have a valid width during initialization.
But when replacing the leftmost/topmost widget with an alternative,
`childAt` also can't find any applet. The difference is when replacing,
layout's width is larger than 0 because other applets have valid
widths.

BUG: 453998
FIXED-IN: 5.25
parent 5572f5d2
Pipeline #178233 passed with stage
in 3 minutes and 19 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment