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
eff3d270
Commit
eff3d270
authored
Mar 19, 2021
by
Robin Eschbach
Browse files
[STYLE
#141
] style and doc change
parent
0b9bef8c
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
-1
src/modules/pointConnector/WFiberHandler.h
src/modules/pointConnector/WFiberHandler.h
+2
-0
No files found.
src/modules/pointConnector/WFiberHandler.cpp
View file @
eff3d270
...
...
@@ -147,7 +147,7 @@ void WFiberHandler::addFiber( std::string name, bool silent, bool updateSelector
if
(
updateSelector
)
{
selectorUpdate
(
m_fibers
->
size
()
-
1
);
selectorUpdate
(
m_fibers
->
size
()
-
1
);
}
if
(
!
silent
)
...
...
src/modules/pointConnector/WFiberHandler.h
View file @
eff3d270
...
...
@@ -144,6 +144,8 @@ public:
/**
* Updates the UI selector.
*
* \param idx index of the selected fiber.
*/
void
selectorUpdate
(
size_t
idx
);
...
...
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