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
ce769e61
Commit
ce769e61
authored
Jul 05, 2012
by
Sebastian Eichelbaum
Browse files
[FIX
#181
] changing the color property of a fiber datatset now updates the rendering again.
parent
188778da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/fiberDisplaySimple/WMFiberDisplaySimple.cpp
src/modules/fiberDisplaySimple/WMFiberDisplaySimple.cpp
+1
-1
No files found.
src/modules/fiberDisplaySimple/WMFiberDisplaySimple.cpp
View file @
ce769e61
...
...
@@ -343,7 +343,7 @@ void WMFiberDisplaySimple::moduleMain()
m_fiberClusteringUpdate
=
true
;
}
if
(
(
fibersUpdated
&&
(
fibers
!=
m_fibers
)
)
||
m_tubeEnable
->
changed
()
)
if
(
fibersUpdated
||
dataPropertiesUpdated
||
m_tubeEnable
->
changed
()
)
{
debugLog
()
<<
"Fibers updated."
<<
m_tubeEnable
->
changed
()
<<
" ---"
<<
fibersUpdated
<<
" -- "
<<
fibers
<<
" "
<<
m_fibers
;
m_fibers
=
fibers
;
...
...
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