mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 00:23:47 +00:00
Reset user manual view scroll position after changing section from toc.
This commit is contained in:
@@ -88,6 +88,7 @@ void View::DrawManual()
|
||||
if( ImGui::IsItemClicked() && !ImGui::IsItemToggledOpen() )
|
||||
{
|
||||
m_activeManualChunk = i;
|
||||
m_manualPositionReset = true;
|
||||
}
|
||||
}
|
||||
while( level-- > 0 ) ImGui::TreePop();
|
||||
|
||||
Reference in New Issue
Block a user