mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Request attention when save finishes.
This commit is contained in:
parent
8dec765f5f
commit
b66c3a0e30
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user