mirror of
https://github.com/wolfpld/tracy.git
synced 2024-12-02 09:44:35 +00:00
Fix "zone free" indentation in allocation list.
This commit is contained in:
parent
bc565e65d1
commit
a9fa8f966b
@ -4947,9 +4947,9 @@ void View::ListMemData( T ptr, T end, std::function<const MemEvent*(T&)> DrawAdd
|
|||||||
bool sel;
|
bool sel;
|
||||||
if( zoneFree == zone )
|
if( zoneFree == zone )
|
||||||
{
|
{
|
||||||
sel = ImGui::Selectable( "", m_zoneInfoWindow == zoneFree );
|
ImGui::PushStyleColor( ImGuiCol_Text, ImVec4( 1.f, 1.f, 0.6f, 1.f ) );
|
||||||
ImGui::SameLine();
|
sel = ImGui::Selectable( txt, m_zoneInfoWindow == zoneFree );
|
||||||
ImGui::TextColored( ImVec4( 1.f, 1.f, 0.6f, 1.f ), "%s", txt );
|
ImGui::PopStyleColor( 1 );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user