Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Merge requests
!512
Skill-Gui Stability and QOL
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Skill-Gui Stability and QOL
feature/skill-gui-stability
into
master
Overview
10
Commits
19
Pipelines
16
Changes
1
Merged
Peter Albrecht
requested to merge
feature/skill-gui-stability
into
master
3 months ago
Overview
8
Commits
19
Pipelines
16
Changes
1
Expand
Fix the skill details widget not resetting correctly when the provider dies
Add a dialog box asking the user whether to reset the parameters when they attempt so
Edited
2 months ago
by
Peter Albrecht
0
0
Merge request reports
Viewing commit
482e0e89
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
482e0e89
code style
· 482e0e89
Peter Albrecht
authored
3 months ago
source/RobotAPI/libraries/skills_gui/skill_details/SkillDetailsTreeWidget.cpp
+
1
−
1
Options
@@ -83,7 +83,7 @@ namespace armarx::skills::gui
void
SkillDetailsTreeWidget
::
updateGui
(
SkillManagerWrapper
::
Snapshot
update
)
{
if
(
!
shownSkill
.
has_value
())
if
(
not
shownSkill
.
has_value
())
return
;
skills
::
SkillID
sid
=
shownSkill
.
value
().
skillId
;
Loading