mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +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:
@@ -109,7 +109,7 @@ public:
|
||||
case 5:
|
||||
{
|
||||
QVariant desc = msg.description;
|
||||
RichResourceTextInitialise(desc);
|
||||
RichResourceTextInitialise(desc, &m_Ctx);
|
||||
return desc;
|
||||
}
|
||||
default: break;
|
||||
|
||||
Reference in New Issue
Block a user