Skip to content

Commit

Permalink
Bugfix : clear list of blocked context's after removing the lock
Browse files Browse the repository at this point in the history
  • Loading branch information
joern274 committed Aug 2, 2024
1 parent c177aea commit a19a602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/gui/src/python/python_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ namespace hal
GraphContext* ctx = gGraphContextManager->getContextById(ctxId);
if (ctx) ctx->endChange();
}
mBlockedContextIds.clear();

mFileModifiedBar->setHidden(true);
}
Expand Down

0 comments on commit a19a602

Please sign in to comment.