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
6f8f4088
Commit
6f8f4088
authored
Jun 17, 2010
by
Alexander Wiebel
Browse files
[FIX] movement of picked coronal slice corrected
parent
168351f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/navSlices/WMNavSlices.cpp
src/modules/navSlices/WMNavSlices.cpp
+1
-1
No files found.
src/modules/navSlices/WMNavSlices.cpp
View file @
6f8f4088
...
...
@@ -471,7 +471,7 @@ void WMNavSlices::setSlicePosFromPick( WPickInfo pickInfo )
}
if
(
pickInfo
.
getName
()
==
"Coronal Slice"
)
{
m_coronalPos
->
set
(
m_coronalPos
->
get
()
+
diff
);
m_coronalPos
->
set
(
m_coronalPos
->
get
()
-
diff
);
// minus here because of the order of the points of the slice
}
if
(
pickInfo
.
getName
()
==
"Sagittal Slice"
)
{
...
...
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