mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove redundant tooltip.
This commit is contained in:
parent
a5c16a39ba
commit
22e86af4ab
@ -14325,8 +14325,6 @@ void View::DrawAnnotationList()
|
|||||||
}
|
}
|
||||||
|
|
||||||
TextFocused( "Annotations:", RealToString( m_annotations.size() ) );
|
TextFocused( "Annotations:", RealToString( m_annotations.size() ) );
|
||||||
ImGui::SameLine();
|
|
||||||
DrawHelpMarker( "Press ctrl to unlock removal" );
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::BeginChild( "##annotationList" );
|
ImGui::BeginChild( "##annotationList" );
|
||||||
const bool ctrl = ImGui::GetIO().KeyCtrl;
|
const bool ctrl = ImGui::GetIO().KeyCtrl;
|
||||||
|
Loading…
Reference in New Issue
Block a user