mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Fix thread context switch offset.
This commit is contained in:
parent
5019f7d2b4
commit
993c78f045
@ -143,7 +143,7 @@ void View::DrawContextSwitchList( const TimelineContext& ctx, const std::vector<
|
|||||||
const auto pxns = ctx.pxns;
|
const auto pxns = ctx.pxns;
|
||||||
const auto hover = ctx.hover;
|
const auto hover = ctx.hover;
|
||||||
const auto w = ctx.w;
|
const auto w = ctx.w;
|
||||||
const auto ty = ctx.ty;
|
const auto ty = round( ctx.ty * 0.75f );
|
||||||
|
|
||||||
const auto lineSize = 2 * GetScale();
|
const auto lineSize = 2 * GetScale();
|
||||||
auto draw = ImGui::GetWindowDrawList();
|
auto draw = ImGui::GetWindowDrawList();
|
||||||
|
Loading…
Reference in New Issue
Block a user