Reset user manual view scroll position after changing section from toc.

This commit is contained in:
Bartosz Taudul
2026-06-06 01:28:24 +02:00
parent 73d78ad517
commit 6dbebca666

View File

@@ -88,6 +88,7 @@ void View::DrawManual()
if( ImGui::IsItemClicked() && !ImGui::IsItemToggledOpen() )
{
m_activeManualChunk = i;
m_manualPositionReset = true;
}
}
while( level-- > 0 ) ImGui::TreePop();