diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 6223fe1d..4f2ebc3d 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -416,7 +416,7 @@ void SourceView::RenderSymbolView( const Worker& worker ) ImGui::SameLine(); ImGui::SetNextItemWidth( -1 ); ImGui::PushStyleVar( ImGuiStyleVar_FramePadding, ImVec2( 0, 0 ) ); - if( ImGui::BeginCombo( "##functionList", worker.GetString( sym->name ), ImGuiComboFlags_HeightLargest ) ) + if( ImGui::BeginCombo( "##functionList", worker.GetString( sym->name ), ImGuiComboFlags_HeightLarge ) ) { for( auto& v : symInline ) { @@ -585,7 +585,7 @@ void SourceView::RenderSymbolSourceView( uint32_t iptotal, unordered_flat_map