mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-18 09:09:44 +00:00
Fix thread spacing.
This commit is contained in:
@@ -1220,7 +1220,7 @@ void View::DrawZones()
|
||||
while( false );
|
||||
|
||||
// zones
|
||||
const auto ostep = ImGui::GetFontSize();
|
||||
const auto ostep = ImGui::GetFontSize() + 1;
|
||||
int offset = 20;
|
||||
for( auto& v : m_threads )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user