mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix copy-paste of rich resource text
* We need to cache to the QString text on demand, which requires a context potentially sooner than paint/etc time.
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
case Column_Message:
|
||||
{
|
||||
QVariant desc = msg.Message;
|
||||
RichResourceTextInitialise(desc);
|
||||
RichResourceTextInitialise(desc, &m_Viewer->m_Ctx);
|
||||
return desc;
|
||||
}
|
||||
default: break;
|
||||
|
||||
Reference in New Issue
Block a user