Skip to content
Snippets Groups Projects
Commit 83b66be3 authored by Andre Meixner's avatar Andre Meixner :camera:
Browse files

Switched order when updating skills from memory in skill manager gui

parent dd36034a
No related branches found
No related tags found
1 merge request!483Feature/skill memory gui fix
Pipeline #21116 failed
......@@ -230,8 +230,8 @@ namespace armarx::skills::gui
{
std::scoped_lock l(mutex_snapshot);
snapshot.statuses = fetchExecutionsFromMemory();
snapshot.skills = fetchSkillsFromMemory();
snapshot.statuses = fetchExecutionsFromMemory();
// notify registered widgets of update
emit updateAvailable(filterUpdate(snapshot));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment