mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Fix position of source separator line.
This commit is contained in:
parent
9c49ee3dd3
commit
c384ec132f
@ -1386,7 +1386,7 @@ void SourceView::RenderSymbolSourceView( uint32_t iptotal, unordered_flat_map<ui
|
|||||||
if( m_font ) ImGui::PushFont( m_font );
|
if( m_font ) ImGui::PushFont( m_font );
|
||||||
|
|
||||||
auto draw = ImGui::GetWindowDrawList();
|
auto draw = ImGui::GetWindowDrawList();
|
||||||
const auto wpos = ImGui::GetWindowPos();
|
const auto wpos = ImGui::GetWindowPos() - ImVec2( ImGui::GetCurrentWindowRead()->Scroll.x, 0 );
|
||||||
const auto wh = ImGui::GetWindowHeight();
|
const auto wh = ImGui::GetWindowHeight();
|
||||||
const auto ty = ImGui::GetFontSize();
|
const auto ty = ImGui::GetFontSize();
|
||||||
const auto ts = ImGui::CalcTextSize( " " ).x;
|
const auto ts = ImGui::CalcTextSize( " " ).x;
|
||||||
|
Loading…
Reference in New Issue
Block a user