From 2a894c87b72e917408c41cf0aef7d4b80b7df89e Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Mon, 21 Aug 2023 23:27:20 +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