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
34f9613f
Commit
34f9613f
authored
Mar 22, 2021
by
Robin Eschbach
Browse files
[STYLE
#139
] fixed style
parent
77b572f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/modules/pointConnector/WFiberHandler.cpp
src/modules/pointConnector/WFiberHandler.cpp
+1
-0
src/modules/pointConnector/WMPointConnector.cpp
src/modules/pointConnector/WMPointConnector.cpp
+2
-1
No files found.
src/modules/pointConnector/WFiberHandler.cpp
View file @
34f9613f
...
...
@@ -22,6 +22,7 @@
//
//---------------------------------------------------------------------------
#include <algorithm>
#include <string>
#include <vector>
...
...
src/modules/pointConnector/WMPointConnector.cpp
View file @
34f9613f
...
...
@@ -275,7 +275,8 @@ void WMPointConnector::handleClick( osg::Vec3 cameraPosition, osg::Vec3 directio
{
m_connectorData
->
selectPoint
(
hitIdx
);
}
else
{
else
{
m_fiberHandler
->
selectFiber
(
fiberIdx
);
m_fiberHandler
->
selectorUpdate
(
fiberIdx
);
}
...
...
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