fix: prevent images overriding content when changing pages
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
d7992ab29d
commit
d194b02e28
6 changed files with 39 additions and 5 deletions
|
@ -15,3 +15,9 @@ void ProjectDescriptionPage::setMetaEntry(QString entry)
|
|||
if (m_image_text_object)
|
||||
m_image_text_object->setMetaEntry(entry);
|
||||
}
|
||||
|
||||
void ProjectDescriptionPage::flush()
|
||||
{
|
||||
if (m_image_text_object)
|
||||
m_image_text_object->flush();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue