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
8a3addad
Commit
8a3addad
authored
Nov 29, 2010
by
Alexander Wiebel
Browse files
[FIX
#448
] reverted undesired change to toPropDouble
parent
8909273c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/gui/qt4/WMainWindow.cpp
src/gui/qt4/WMainWindow.cpp
+3
-3
No files found.
src/gui/qt4/WMainWindow.cpp
View file @
8a3addad
...
...
@@ -435,7 +435,7 @@ void WMainWindow::moduleSpecificSetup( boost::shared_ptr< WModule > module )
{
if
(
m_navAxial
)
{
m_navAxial
->
setSliderProperty
(
prop
->
toProp
Double
()
);
m_navAxial
->
setSliderProperty
(
prop
->
toProp
Int
()
);
}
}
...
...
@@ -450,7 +450,7 @@ void WMainWindow::moduleSpecificSetup( boost::shared_ptr< WModule > module )
{
if
(
m_navCoronal
)
{
m_navCoronal
->
setSliderProperty
(
prop
->
toProp
Double
()
);
m_navCoronal
->
setSliderProperty
(
prop
->
toProp
Int
()
);
}
}
...
...
@@ -465,7 +465,7 @@ void WMainWindow::moduleSpecificSetup( boost::shared_ptr< WModule > module )
{
if
(
m_navSagittal
)
{
m_navSagittal
->
setSliderProperty
(
prop
->
toProp
Double
()
);
m_navSagittal
->
setSliderProperty
(
prop
->
toProp
Int
()
);
}
}
}
...
...
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