From 4adfa1fe3841fd58a73f3075b7806ce2e30a0545 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 10 Oct 2021 14:57:39 -0400 Subject: [PATCH] Added requested revisions --- src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index 8bd535ee63..3bbd7da645 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -4429,7 +4429,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer SoSeparator *sep = new SoSeparator(); sep->ref(); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures sep->renderCaching = SoSeparator::OFF; // every information visual node gets its own material for to-be-implemented preselection and selection @@ -4482,7 +4482,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer SoSeparator *sep = new SoSeparator(); sep->ref(); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures sep->renderCaching = SoSeparator::OFF; // every information visual node gets its own material for to-be-implemented preselection and selection @@ -4612,7 +4612,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer SoSeparator *sep = new SoSeparator(); sep->ref(); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures sep->renderCaching = SoSeparator::OFF; // every information visual node gets its own material for to-be-implemented preselection and selection @@ -4706,7 +4706,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer SoSeparator *sep = new SoSeparator(); sep->ref(); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures sep->renderCaching = SoSeparator::OFF; // every information visual node gets its own material for to-be-implemented preselection and selection @@ -4775,7 +4775,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer SoSeparator* sep = new SoSeparator(); sep->ref(); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures sep->renderCaching = SoSeparator::OFF; // every information visual node gets its own material for to-be-implemented preselection and selection @@ -5970,7 +5970,7 @@ void ViewProviderSketch::rebuildConstraintsVisual(void) // root separator for one constraint SoSeparator *sep = new SoSeparator(); sep->ref(); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures sep->renderCaching = SoSeparator::OFF; // every constrained visual node gets its own material for preselection and selection @@ -6808,7 +6808,7 @@ void ViewProviderSketch::createEditInventorNodes(void) ps->style.setValue(SoPickStyle::UNPICKABLE); Coordsep->addChild(ps); Coordsep->setName("CoordSeparator"); - // no caching for fluctuant data structures + // no caching for frequently-changing data structures Coordsep->renderCaching = SoSeparator::OFF; SoMaterial *CoordTextMaterials = new SoMaterial;