We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 99fb079 commit ef6dc30Copy full SHA for ef6dc30
src/plugins/globe/globe_plugin.cpp
@@ -162,11 +162,10 @@ void GlobePlugin::run()
162
163
void GlobePlugin::settings()
164
{
165
- mSettingsDialog.exec();
166
-
167
- //QMessageBox msgBox;
168
- //msgBox.setText(settingsDialog->stereoMode);
169
- //msgBox.exec();
+ if (mSettingsDialog.exec())
+ {
+ viewer.QgsGLWidgetAdapter::setStereoMode(mSettingsDialog.stereoMode);
+ }
170
}
171
172
void GlobePlugin::setupMap()
0 commit comments