Ran script to remove trailing spaces and tabs
This commit is contained in:
@@ -122,9 +122,9 @@ void ScalarBar::createDrawables()
|
||||
{
|
||||
// Remove any existing Drawables
|
||||
_drawables.erase(_drawables.begin(), _drawables.end());
|
||||
|
||||
|
||||
if (_numColors==0) return;
|
||||
|
||||
|
||||
osg::Matrix matrix;
|
||||
if(_orientation==HORIZONTAL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user