mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Improve scrollback
Scrollback now scrolls back pixel perfect to the exact line in view before resize.
This commit is contained in:
parent
28f0df81c6
commit
43b73dc717
@ -239,7 +239,7 @@ void CConsole::BasePanel(void)
|
||||
|
||||
if (m_nScrollBack > 0)
|
||||
{
|
||||
ImGui::SetScrollY(ImGui::GetScrollY() - m_nScrollBack * ImGui::GetTextLineHeightWithSpacing() - m_nScrollBack - 90);
|
||||
ImGui::SetScrollY(ImGui::GetScrollY() - m_nScrollBack * ImGui::GetFont()->CalcTextSizeA(ImGui::GetFontSize(), FLT_MAX, -1.0f, "#", nullptr, nullptr).y);
|
||||
m_nScrollBack = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user