From e1415abd015b20d2e4b076ec116137ae1cc1dabe Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sat, 18 Sep 2021 07:10:15 +0100 Subject: [PATCH] _matplotlib =================================================================== Gbp-Pq: Name 10_matplotlib.patch --- Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h index f1fbdc3c..f05a3332 100644 --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -151,6 +151,10 @@ private: * to implement IsAvailable. */ static Availability CheckMPLAvailability(); + static void DisableMPL() + { + MPLMathTextAvailable = UNAVAILABLE; + }; //@{ /** -- 2.30.2