1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Change toggle button to faux drop down.

This commit is contained in:
Bartosz Taudul 2021-11-27 15:40:23 +01:00
parent 11a8f30ff9
commit a84fd26ecb
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1335,7 +1335,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
} }
} }
ImGui::SameLine(); ImGui::SameLine();
SmallToggleButton( ICON_FA_EYE, m_childCallList ); if( ImGui::SmallButton( m_childCallList ? " " ICON_FA_CARET_UP " " : " " ICON_FA_CARET_DOWN " " ) ) m_childCallList = !m_childCallList;
ImGui::SameLine(); ImGui::SameLine();
ImGui::Spacing(); ImGui::Spacing();
ImGui::SameLine(); ImGui::SameLine();