1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Show child zone info popups.

This commit is contained in:
Bartosz Taudul 2017-09-29 22:57:22 +02:00
parent 852e163b72
commit 9864ef70c9

View File

@ -1333,6 +1333,7 @@ void View::DrawZoneInfoWindow()
{
ZoomToZone( cev );
}
ZoneTooltip( cev );
}
ImGui::NextColumn();
const auto part = double( ctt[cti[i]] ) / ztime;