mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cosmetics.
This commit is contained in:
@@ -251,7 +251,7 @@ const char* View::ShortenNamespace( const char* name ) const
|
||||
void View::DrawHelpMarker( const char* desc ) const
|
||||
{
|
||||
ImGui::TextDisabled( "(?)" );
|
||||
if ( ImGui::IsItemHovered() )
|
||||
if( ImGui::IsItemHovered() )
|
||||
{
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::PushTextWrapPos( 450.0f );
|
||||
|
||||
Reference in New Issue
Block a user