Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/TracyView.cpp1
1 files changed, 1 insertions, 0 deletions
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();