From d27fc1d16d68eddac601d5a3d7ae8b96de8ddb5a Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 19 Jun 2022 15:25:33 +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 87b2244e..b7ad3bb2 100644 --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -197,6 +197,10 @@ private: * to implement IsAvailable. */ static Availability CheckMPLAvailability(); + static void DisableMPL() + { + MPLMathTextAvailable = UNAVAILABLE; + }; ///@{ /** -- 2.30.2