On Tue Jun 13 20:23:31 2023 +0000, Rémi Bernon wrote:
But please let me know if you think that depending on
`WindowPosChanged` could prove to be fragile for this, so that I can adapt accordingly. I have no idea :sweat_smile:. I'd think that using SetParent to react to parent changes makes sense if you want something to be done on the signal edge, and could be cleaner than computing the edge again, from the available information.
Thanks, for now placing the logic in `WindowPosChanged` works well. I can add `SetParent` in the future if needed or advised to do so.