From aebddf3fb407e7746aed16f8a0e626bf73f72040 Mon Sep 17 00:00:00 2001 From: jriegel Date: Wed, 19 Oct 2011 17:57:56 +0000 Subject: [PATCH] + use the Linux fix for Windows git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5041 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Mod/Part/Gui/SoBrepShape.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Mod/Part/Gui/SoBrepShape.cpp b/src/Mod/Part/Gui/SoBrepShape.cpp index 69f522ab2..2579241cb 100644 --- a/src/Mod/Part/Gui/SoBrepShape.cpp +++ b/src/Mod/Part/Gui/SoBrepShape.cpp @@ -200,12 +200,12 @@ void SoBrepFaceSet::GLRender(SoGLRenderAction *action) SoGLCacheContextElement::shouldAutoCache(state, SoGLCacheContextElement::DONT_AUTO_CACHE); // Workaround for #0000433 -#if !defined(FC_OS_WIN32) +//#if !defined(FC_OS_WIN32) if (this->highlightIndex.getValue() >= 0) renderHighlight(action); if (this->selectionIndex.getNum() > 0) renderSelection(action); -#endif +//#endif } void SoBrepFaceSet::GLRenderBelowPath(SoGLRenderAction * action) @@ -626,12 +626,12 @@ void SoBrepEdgeSet::GLRender(SoGLRenderAction *action) inherited::GLRender(action); // Workaround for #0000433 -#if !defined(FC_OS_WIN32) +//#if !defined(FC_OS_WIN32) if (this->highlightIndex.getValue() >= 0) renderHighlight(action); if (this->selectionIndex.getNum() > 0) renderSelection(action); -#endif +//#endif } void SoBrepEdgeSet::GLRenderBelowPath(SoGLRenderAction * action) @@ -894,12 +894,12 @@ void SoBrepPointSet::GLRender(SoGLRenderAction *action) inherited::GLRender(action); // Workaround for #0000433 -#if !defined(FC_OS_WIN32) +//#if !defined(FC_OS_WIN32) if (this->highlightIndex.getValue() >= 0) renderHighlight(action); if (this->selectionIndex.getNum() > 0) renderSelection(action); -#endif +//#endif } void SoBrepPointSet::GLRenderBelowPath(SoGLRenderAction * action)