Middle click on crash label to center view on it.

This commit is contained in:
Bartosz Taudul 2019-03-24 23:50:33 +01:00
parent f52c8e9855
commit 2f397c892b

View File

@ -2128,6 +2128,10 @@ void View::DrawZones()
{
m_showInfo = true;
}
if( ImGui::IsMouseClicked( 2 ) )
{
CenterAtTime( crash.time );
}
}
}
}