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:
baldurk
2020-12-02 14:08:27 +00:00
parent 1b9cd082bd
commit 9610919c16
8 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ public:
case 5:
{
QVariant desc = msg.description;
RichResourceTextInitialise(desc);
RichResourceTextInitialise(desc, &m_Ctx);
return desc;
}
default: break;