Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
0608299d
Commit
0608299d
authored
Apr 12, 2010
by
Alexander Wiebel
Browse files
[CHANGE
#300
] cpu load is reduced by not updating nav widgets all the time
parent
17c69554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/gui/qt4/WQtNavGLWidget.cpp
src/gui/qt4/WQtNavGLWidget.cpp
+1
-0
No files found.
src/gui/qt4/WQtNavGLWidget.cpp
View file @
0608299d
...
...
@@ -59,6 +59,7 @@ WQtNavGLWidget::WQtNavGLWidget( QString title, QWidget* parent, std::string slid
m_scene
=
new
WGEScene
();
m_scene
->
setDataVariance
(
osg
::
Object
::
DYNAMIC
);
m_glWidget
->
getViewer
()
->
getView
()
->
requestContinuousUpdate
(
false
);
m_glWidget
->
getViewer
()
->
setScene
(
m_scene
);
if
(
title
==
QString
(
"axial"
)
)
...
...
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