Skip to content
Commit b5dda063 authored by Akarsh Simha's avatar Akarsh Simha
Browse files

Fix crash while exporting image

The crash in setLegendAlpha() while exporting images, introduced when
I separated the ExportImageDialog dialog from the ImageExporter
"backend", was (most likely) caused because of an uninitialized
ImageExporter pointer. This caused ImageExporter to never be
constructed, but used, naturally leading to a crash. This should
hopefully fix the bug. More testing is necessary, but preliminary
testing shows that it works.

CCMAIL: kstars-devel@kde.org
parent 2f3c5c95
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