From f70f99cf7583a37153d322450f1e40fc87f50590 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Wed, 13 Sep 2023 17:01:10 -0400 Subject: [PATCH] disable 'use pixmap caching' by hiding it's checkbox and it's appsetting return false; --- oscar/SleepLib/appsettings.h | 2 +- oscar/preferencesdialog.ui | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/oscar/SleepLib/appsettings.h b/oscar/SleepLib/appsettings.h index b23894e4..578c20b3 100644 --- a/oscar/SleepLib/appsettings.h +++ b/oscar/SleepLib/appsettings.h @@ -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 diff --git a/oscar/preferencesdialog.ui b/oscar/preferencesdialog.ui index d9f21ee4..ec23ae3c 100644 --- a/oscar/preferencesdialog.ui +++ b/oscar/preferencesdialog.ui @@ -2835,6 +2835,9 @@ Try it and see if you like it. Use Pixmap Caching + + false +