Skip to content

Fix crash in "New from template" dialog

Selecting template in "New from template" dialog, causes Inkscape to crash because the method SPCanvas::paintSingleBuffer is called before _backing_store is initialized.

Checking _backing_store value and returning if null, prevent crash.

Merge request reports