mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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];
|
char buf[1024];
|
||||||
sprintf( buf, "Trace size %s (%.2f%% ratio)", MemSizeToString( dst ), 100.f * dst / src );
|
sprintf( buf, "Trace size %s (%.2f%% ratio)", MemSizeToString( dst ), 100.f * dst / src );
|
||||||
m_notificationText = buf;
|
m_notificationText = buf;
|
||||||
|
m_acb();
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto& io = ImGui::GetIO();
|
const auto& io = ImGui::GetIO();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user