Skip to content

Commit 2cd3b0c

Browse files
committedJul 5, 2011
moveVControls fixed
1 parent da39e8a commit 2cd3b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/plugins/globe/globe_plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ void GlobePlugin::setupControls()
291291
//Vertical container
292292
VBox* moveVControls = new VBox();
293293
moveVControls->setFrame( new RoundedFrame() );
294-
//moveControls->getFrame()->setBackColor(0.5,0.5,0.5,0.1);
295-
moveControls->setMargin( 10 );
294+
//moveVControls->getFrame()->setBackColor(0.5,0.5,0.5,0.1);
295+
moveVControls->setMargin( 10 );
296296
moveVControls->setSpacing( 15 );
297297
moveVControls->setVertAlign( Control::ALIGN_CENTER );
298298
moveVControls->setHorizAlign( Control::ALIGN_CENTER );

0 commit comments

Comments
 (0)
Please sign in to comment.