$(QWT_LIBS) \
$(CAS_LDFLAGS) -lTKV3d \
$(KERNEL_LDFLAGS) -lSalomeNS -lSalomeDSClient \
- $(GUI_LDFLAGS) -lSVTK -lSPlot2d -lSalomePrs -lOCCViewer -lViewerTools -lvtkTools \
+ $(GUI_LDFLAGS) -lSVTK -lSPlot2d -lSalomePrs -lOCCViewer -lViewerTools -lvtkTools -lvtkRenderingMatplotlib${VTK_SUFFIX} \
../OBJECT/libVisuObject.la ../VISU_I/libVISUEngineImpl.la \
../../idl/libSalomeIDLVISU.la
#define usleep(A) _sleep(A/1000)
#endif
+#include <vtkMatplotlibMathTextUtilities.h>
+
+class MatplotlibMathTextUtilities : public vtkMatplotlibMathTextUtilities
+{
+public:
+ static void Disable()
+ {
+ vtkMatplotlibMathTextUtilities::MPLMathTextAvailable = vtkMatplotlibMathTextUtilities::UNAVAILABLE;
+ }
+
+private:
+ MatplotlibMathTextUtilities() {}
+ ~MatplotlibMathTextUtilities() {}
+};
+
//////////////////////////////////////////////////
// Class: VisuGUI
//////////////////////////////////////////////////
VisuGUI
::initialize( CAM_Application* theApp )
{
+ MatplotlibMathTextUtilities::Disable();
+
SalomeApp_Module::initialize( theApp );
mySlider = new VisuGUI_Slider( this, getApp()->desktop(), getApp()->selectionMgr() );