disable 'use pixmap caching' by hiding it's checkbox and it's appsetting return false;

This commit is contained in:
LoudSnorer 2023-09-13 17:01:10 -04:00
parent c42aef73ff
commit f70f99cf75
2 changed files with 4 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public:
//! \brief Returns true if Graphical animations & Transitions will be drawn
bool animations() const { return m_animations; }
//! \brief Returns true if PixmapCaching acceleration will be used
inline bool usePixmapCaching() const { return m_usePixmapCaching; }
inline bool usePixmapCaching() const { return /*m_usePixmapCaching*/false; } //disables use pixmap caching without modifing any code.
//! \brief Returns true if Square Wave plots are preferred (where possible)
inline bool squareWavePlots() const { return m_squareWavePlots; }
//! \brief Whether to allow double clicking on Y-Axis labels to change vertical scaling mode

View File

@ -2835,6 +2835,9 @@ Try it and see if you like it.</string>
<property name="text">
<string>Use Pixmap Caching</string>
</property>
<property name="visible" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
<item>