mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Move limits button to tools submenu.
This commit is contained in:
parent
498781b5bf
commit
02aae23a98
@ -583,8 +583,6 @@ bool View::DrawImpl()
|
|||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_FINGERPRINT " Info", m_showInfo );
|
ToggleButton( ICON_FA_FINGERPRINT " Info", m_showInfo );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_RULER, m_showRanges );
|
|
||||||
ImGui::SameLine();
|
|
||||||
if( ImGui::Button( ICON_FA_TOOLS ) ) ImGui::OpenPopup( "ToolsPopup" );
|
if( ImGui::Button( ICON_FA_TOOLS ) ) ImGui::OpenPopup( "ToolsPopup" );
|
||||||
if( ImGui::BeginPopup( "ToolsPopup" ) )
|
if( ImGui::BeginPopup( "ToolsPopup" ) )
|
||||||
{
|
{
|
||||||
@ -603,6 +601,7 @@ bool View::DrawImpl()
|
|||||||
{
|
{
|
||||||
m_showAnnotationList = true;
|
m_showAnnotationList = true;
|
||||||
}
|
}
|
||||||
|
ToggleButton( ICON_FA_RULER " Limits", m_showRanges );
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user