Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
14a003a3
Commit
14a003a3
authored
Apr 16, 2018
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark glStereo option as temporary disabled, if the opengl context does
not support it.
parent
f99c2c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
widgets/coreWidget/CoreWidget.cc
widgets/coreWidget/CoreWidget.cc
+1
-1
No files found.
widgets/coreWidget/CoreWidget.cc
View file @
14a003a3
...
...
@@ -223,7 +223,7 @@ CoreWidget( QVector<ViewMode*>& _viewModes,
glScene_
=
new
QtGLGraphicsScene
(
&
examiner_widgets_
,
baseLayout_
);
// is stereo possible, use it?
OpenFlipper
::
Options
::
glStereo
(
glWidget_
->
format
().
stereo
());
OpenFlipper
::
Options
::
glStereo
(
glWidget_
->
format
().
stereo
()
,
true
);
glView_
->
setViewport
(
glWidget_
);
glView_
->
setViewportUpdateMode
(
QGraphicsView
::
FullViewportUpdate
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment