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
@@ -171,7 +171,7 @@ private:
Out
};
constexpr static auto DirectionToKeyMap = std::array<int, 4> { ImGuiKey_A, ImGuiKey_D, ImGuiKey_W, ImGuiKey_S };
constexpr static auto DirectionToKeyMap = std::array<ImGuiKey, 4> { ImGuiKey_A, ImGuiKey_D, ImGuiKey_W, ImGuiKey_S };
constexpr static auto StartRangeMod = std::array<int, 4> { -1, 1, 1, -1 };
constexpr static auto EndRangeMod = std::array<int, 4> { -1, 1, -1, 1 };
+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 );