Disable cacching which was enabled accidentially during Qt5 removal.

This commit is contained in:
Andre Rummler
2026-09-16 11:36:41 +02:00
parent 35275de4cc
commit 25962118a2
+2
View File
@@ -432,6 +432,8 @@ void BorderTitleBlock::titleBlockTemplateRemoved(
} else {
setTitleBlockTemplate(QETApp::defaultTitleBlockTemplate());
}
// disable the QPicture-based cache from Qt 4.8 to avoid rendering errors and crashes
m_titleblock_template_renderer -> setUseCache(false);
}
/**