Hi,<div><br></div><div>I am trying to use the vtkScalarBarWidget,<br><div><br></div><div>I have noticed that if you set the Border to ON (as opposed to off or active), the border is not visible until:</div><div>* the widget is made Selectable via SelectableOn()</div>

<div>* you move the mouse over the widget</div><div>* you force a screen refresh</div><div><br></div><div>The BWActor is what is responsible for drawing the border around the scalar bar, and its visibility is only set during vtkBorderRepresentation::ComputeInteractionState().</div>

</div><div><br></div><div>The documentation for vtkBorderRepresentation states that if the border is ON, then it should always be visible.</div><div>For this to happen, BWActor's visibility should also be set during the ShowBorder() method call.</div>

<div><br></div><div>right?</div><div><br></div><div>cheers</div><div>Paul</div><div><br></div>