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

Update imgui to f87e891f.

This commit is contained in:
Bartosz Taudul
2022-10-14 19:48:38 +02:00
parent f25c43462a
commit 27ab25709d
10 changed files with 1859 additions and 1390 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ void View::DrawOptions()
}
if( !gpuData[i]->hasCalibration )
{
ImGui::TreePush();
ImGui::TreePush( (void*)nullptr );
auto& drift = GpuDrift( gpuData[i] );
ImGui::SetNextItemWidth( 120 * scale );
ImGui::PushID( i );