https://bugs.kde.org/show_bug.cgi?id=420051

--- Comment #7 from tus...@vista.aero ---
The crash fixed by tiar is actually due to

[1] slotReferenceImagesLayerChanged() called when initializing
KisView::Private::referenceImagesDecoration().
[2] At that time, KisView's d-pointer is not yet initialized (Private ctor has
not yet return) (so there is a random value).
[3] KisView::viewConverter() makes use of its d-pointer.

So, it does not seem to be related to the extent being zero.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to