Skip to content

Commit

Permalink
Replace flamegraph color with PLACEHOLDER
Browse files Browse the repository at this point in the history
  • Loading branch information
tosti007 committed Jan 10, 2024
1 parent 797620a commit dc74c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puffin_egui/src/flamegraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ fn paint_thread_info(info: &Info<'_>, thread: &ThreadInfo, pos: Pos2, collapsed:
f.layout_no_wrap(
format!("{} {}", collapsed_symbol, thread.name.clone()),
info.font_id.clone(),
Rgba::from_white_alpha(0.9).into(),
egui::Color32::PLACEHOLDER,
)
});

Expand Down

0 comments on commit dc74c24

Please sign in to comment.