1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Pause zone view after zooming to zone.

This commit is contained in:
Bartosz Taudul 2017-09-26 22:08:31 +02:00
parent 8ad7ba1dd0
commit 6cf1ebec04

View File

@ -1019,6 +1019,7 @@ void View::DrawZones()
{
m_zvStart = m_zvStartNext;
m_zvEnd = m_zvEndNext;
m_pause = true;
}
}