Fix uninitialised data in rich resource text layout Refs #820

This commit is contained in:
baldurk
2017-12-15 12:11:30 +00:00
parent a1c8d1d256
commit 84220b9aaf
+1 -1
View File
@@ -77,7 +77,7 @@ struct RichResourceText
QString text;
// the ideal width for the document
int idealWidth;
int idealWidth = 0;
// cache the context once we've obtained it.
ICaptureContext *ctxptr = NULL;