Reset cost selection when no samples.

This commit is contained in:
Bartosz Taudul
2021-06-19 23:17:24 +02:00
parent 8d52d2acfd
commit 90149641df

View File

@@ -1352,6 +1352,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
}
}
}
else
{
m_cost = 0;
}
ImGui::PopStyleVar();
ImGui::Separator();