Skip to content
Commit 47c0ce9d authored by Taro Tanaka's avatar Taro Tanaka Committed by Nate Graham
Browse files

Panel: Call checkLastSpacer() onWantsToFill{Width,Height}Changed

The `[wantsToFillHeight, wantsToFillWidth]` is not a `bool` but a
`list<bool>`, so the `onWantsToFillSpaceChanged` was never triggered
due to the type mismatch.

BUG: 480356

CC @niccolove


(cherry picked from commit 23977532)
parent 426325a8
Pipeline #593428 passed with stage
in 6 minutes and 24 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