mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
No need for two same check.
This commit is contained in:
parent
cf07e2564d
commit
ad3f37aec6
@ -6321,11 +6321,8 @@ void View::DrawZoneInfoWindow()
|
||||
}
|
||||
ImGui::TreePop();
|
||||
}
|
||||
}
|
||||
|
||||
if( ev.Child() >= 0 )
|
||||
{
|
||||
bool expand = ImGui::TreeNode( "Time distribution" );
|
||||
expand = ImGui::TreeNode( "Time distribution" );
|
||||
if( expand )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user