Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-SelectionBase
Commits
ca18c8c8
Commit
ca18c8c8
authored
Oct 28, 2020
by
Jan Möbius
Browse files
Warning fixes
parent
9cdee482
Changes
1
Hide whitespace changes
Inline
Side-by-side
SelectionBasePlugin.cc
View file @
ca18c8c8
...
...
@@ -102,26 +102,21 @@ sphereSelectionAction_(0),
boundarySelectionAction_
(
0
),
floodFillSelectionAction_
(
0
),
componentsSelectionAction_
(
0
),
currentPickMode_
(
NO_SELECTION_PICKING
),
lastPickMode_
(
NO_SELECTION_PICKING
),
currentSelectionMode_
(
NO_SELECTION_MODE
),
currentPrimitiveType_
(
0u
),
nextFreePrimitiveType_
(
1u
),
deselection_
(
false
),
// We initially want selection, not deselection
sphere_mat_node_
(
0
),
sphere_node_
(
0
),
sphere_radius_
(
0.0
),
line_node_
(
0
),
lassoSelection_
(
false
),
toolIcon_
(
0
),
availableObjectTypes_
(
0u
)
{
// Reset active pick mode
currentPickMode_
=
NO_SELECTION_PICKING
;
lastPickMode_
=
NO_SELECTION_PICKING
;
currentSelectionMode_
=
NO_SELECTION_MODE
;
currentPrimitiveType_
=
0u
;
// We initially want selection, not deselection
deselection_
=
false
;
sphere_radius_
=
0.0
;
}
//============================================================================================
...
...
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