1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Properly reset state when switching matched source locations.

This commit is contained in:
Bartosz Taudul
2018-09-02 13:25:17 +02:00
parent ea779905a3
commit fb013c0df5
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -4584,7 +4584,7 @@ void View::DrawFindZone()
if( m_findZone.selMatch != prev )
{
m_findZone.ResetGroups();
m_findZone.ResetMatch();
}
}