<div dir="ltr">Hello all,<div><br></div><div>I am having problems with vtkScalarBarWidget with the release candidate (on Windows 7).  When in vertical mode the bar is either very tall or not positioned properly.  The white bounding box that shows up when the cursor move on top the widget is displaying correctly   It is fine in horizontal mode (see attached figures.)</div>

<div><br></div><div style>Here how the widget is created</div><div><br></div><div><div>  cbar_widget_ = vtkScalarBarWidget::New();</div><div>  cbar_widget_-&gt;GetScalarBarActor()-&gt;GetLabelTextProperty()-&gt;BoldOff();</div>

<div>  cbar_widget_-&gt;GetScalarBarActor()-&gt;GetLabelTextProperty()-&gt;ShadowOff();</div><div>  cbar_widget_-&gt;GetScalarBarActor()-&gt;GetLabelTextProperty()-&gt;SetFontSize(8);</div><div>  cbar_widget_-&gt;GetScalarBarActor()-&gt;GetPositionCoordinate()-&gt;SetCoordinateSystemToNormalizedViewport();</div>

</div><div><br></div><div style>and later on:</div><div style>cbar_widget_-&gt;SetInteractor( renderer_-&gt;GetRenderWindow()-&gt;GetInteractor() );<br></div><div style><br></div><div style>Does anyone has an idea of what is going on?</div>

<div style><br></div><div style>Best,<br>Alex</div></div>