From b66c3a0e3079d0de1ff9988ecdcf1650710945ba Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 13 Oct 2022 20:42:32 +0200 Subject: Request attention when save finishes. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 3ba01c3b..a35bf736 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -627,6 +627,7 @@ bool View::DrawImpl() char buf[1024]; sprintf( buf, "Trace size %s (%.2f%% ratio)", MemSizeToString( dst ), 100.f * dst / src ); m_notificationText = buf; + m_acb(); } const auto& io = ImGui::GetIO(); -- cgit v1.2.3