Navigation Menu

Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bernasocchi authored and pka committed Jul 5, 2011
1 parent db1b495 commit c0dca2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/plugins/globe/globe_plugin_dialog_guibase.ui
Expand Up @@ -34,7 +34,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="elevation">
<attribute name="title">
Expand All @@ -56,7 +56,7 @@
<number>2</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/globe/qgsosgviewer.cpp
Expand Up @@ -28,7 +28,7 @@ QgsGLWidgetAdapter::QgsGLWidgetAdapter( QWidget * parent, const char * name, con
QGLWidget(parent, shareWidget, f)
{
_gw = new osgViewer::GraphicsWindowEmbedded(0,0,width(),height());
//setStereoMode();
setStereoMode();
setFocusPolicy(Qt::ClickFocus);
setMouseTracking ( true );
}
Expand Down

0 comments on commit c0dca2a

Please sign in to comment.