Fix #105216: Clear Asset does not immediately redraw the outliner #105287

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:105216 into blender-v3.5-release 2023-03-17 11:55:15 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 3afba4c84a Fix #105216: Clear Asset does not immediately redraw the outliner
While **marking** an asset would update the Outliner immediately (this
due to the fact that `ED_asset_generate_preview` indirectly took care of
a refresh), **clearing** an asset would not do this.

Now be explicit about this in the Outliner listener and consider asset
notifiers there.
2023-03-17 11:32:12 +01:00