Actually set self time option, if required.

This commit is contained in:
Bartosz Taudul 2020-08-07 19:43:31 +02:00
parent d6aa814de5
commit 1650d371e6

View File

@ -11826,6 +11826,7 @@ void View::DrawStatistics()
{
ImGui::PushItemFlag( ImGuiItemFlags_Disabled, true );
ImGui::PushStyleVar( ImGuiStyleVar_Alpha, ImGui::GetStyle().Alpha * 0.5f );
m_statSelf = true;
bool val = true;
ImGui::Checkbox( ICON_FA_CLOCK " Self time", &val );
ImGui::PopItemFlag();