Do not use a view provider's bounding box node when handling BoundBox selection style because it leads to some inconsistent behaviour.

Instead let SoBoxSelectionRenderAction render the bounding box.
This commit is contained in:
wmayer
2018-10-26 00:39:15 +02:00
parent 8eb3e2a103
commit cfb04647b2
5 changed files with 173 additions and 40 deletions

View File

@@ -94,7 +94,6 @@ protected:
void setSelectable(bool Selectable=true);
virtual unsigned long getBoundColor() const;
void applyBoundColor();
protected:
SoMaterial * pcShapeMaterial;