From a62deb20ea767cae8937e217934e4fd6d32f7fb5 Mon Sep 17 00:00:00 2001 From: OpenKylin Developers Date: Fri, 14 Apr 2023 18:20:57 +0800 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; + }; ///@{ /**