Skip to content

Immediately notify imageSetChanged after setting the base path

Marco Martin requested to merge work/mart/syncSetBasePath into master

Don't use scheduleImageSetChangeNotification as we want things happening immediately there, we don't want in the client code to be setting things like the svg size right after thing just to be reset right after in an async fashion, leading to things sized wrongly

Merge request reports