Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Francesca
Ginkgo
Commits
39891664
Commit
39891664
authored
Dec 11, 2019
by
Cyril Poupon
Browse files
Merge branch 'master' of framagit.org:cpoupon/gkg
parents
156452ab
aef82703
Changes
1
Hide whitespace changes
Inline
Side-by-side
graphics/src/QtGL/plugin/gkg-graphics-QtGL-plugin-functors/Voi/CoordinateSpinBoxes.cxx
View file @
39891664
...
...
@@ -114,7 +114,7 @@ void gkg::CoordinateSpinBoxes::updateSlice( gkg::Vector3d< int32_t >& p,
void
gkg
::
CoordinateSpinBoxes
::
setX
(
int
value
)
{
if
(
_data
)
if
(
_data
&&
!
_data
->
empty
()
)
{
_coordinate
.
x
=
value
;
...
...
@@ -128,7 +128,7 @@ void gkg::CoordinateSpinBoxes::setX( int value )
void
gkg
::
CoordinateSpinBoxes
::
setY
(
int
value
)
{
if
(
_data
)
if
(
_data
&&
!
_data
->
empty
()
)
{
_coordinate
.
y
=
value
;
...
...
@@ -142,7 +142,7 @@ void gkg::CoordinateSpinBoxes::setY( int value )
void
gkg
::
CoordinateSpinBoxes
::
setZ
(
int
value
)
{
if
(
_data
)
if
(
_data
&&
!
_data
->
empty
()
)
{
_coordinate
.
z
=
value
;
...
...
Write
Preview
Supports
Markdown
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