Skip to content
Commit 7ac310a2 authored by Dmitry Kazakov's avatar Dmitry Kazakov Committed by Andrey Kamakin
Browse files

Fix assert when trying to merge down a group with a transform mask

We should be very careful about passing node pointers in queued signals.
Sometimes it may happen that the signal is delivered *after* the node has
been removed from the layers graph. If it is possible and we should avoid
that, e.g. activating this node, we should check node's graph listener's
pointer.

BUG:395003
parent 0360fd48
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