mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix uninitialised data in rich resource text layout Refs #820
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user