mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-09-20 07:14:13 +02:00
Disable cacching which was enabled accidentially during Qt5 removal.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user