diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 25d4da37..19de60c9 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -2265,7 +2265,7 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos, nextState = State::Nothing; break; } - if( (*next)->waitList != (*vbegin)->waitList ) + if( (*next)->waitList != (*vbegin)->waitList || (*next)->lockCount != (*vbegin)->lockCount ) { break; }