Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadServer
Commits
a953e991
Commit
a953e991
authored
Nov 04, 2022
by
legoc
Browse files
In CommandBoxContainer::stopAtEnd() it is necessary to set _isStopped to true
parent
9f4a48b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/commandzone/CommandBoxContainer.cpp
View file @
a953e991
...
...
@@ -257,7 +257,7 @@ void CommandBoxContainer::stop() {
void
CommandBoxContainer
::
stopAtEnd
()
{
// Do not set
_isStopped
to
true
, otherwise the progression of the command box container becomes 100% immediately.
_isStopped
=
true
;
_isRunning
=
false
;
_isPaused
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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