mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-02 00:18:23 +00:00
Use full size button for flame graph reset view.
This commit is contained in:
@@ -1019,7 +1019,7 @@ void View::DrawFlameGraph()
|
||||
ImGui::SeparatorEx( ImGuiSeparatorFlags_Vertical );
|
||||
ImGui::SameLine();
|
||||
|
||||
if( ImGui::SmallButton( "Reset view" ) )
|
||||
if( ImGui::Button( "Reset view" ) )
|
||||
{
|
||||
m_flameGraphViewStart = 0;
|
||||
m_flameGraphViewEnd = 0;
|
||||
|
||||
Reference in New Issue
Block a user