mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-29 06:28:24 +00:00
Use note sticky icon for add annotation button.
This commit is contained in:
@@ -5049,7 +5049,7 @@ This window lists all annotations marked on the timeline. Each annotation is pre
|
||||
\label{figannlist}
|
||||
\end{figure}
|
||||
|
||||
A new view-sized annotation can be added in this window by pressing the \emph{\faPlus{}~Add annotation} button. This effectively saves your current viewport for further reference.
|
||||
A new view-sized annotation can be added in this window by pressing the \emph{\faNoteSticky{}~Add annotation} button. This effectively saves your current viewport for further reference.
|
||||
|
||||
\subsection{Time range limits}
|
||||
\label{timerangelimits}
|
||||
|
||||
@@ -97,7 +97,7 @@ void View::DrawAnnotationList()
|
||||
ImGui::Begin( "Annotation list", &m_showAnnotationList );
|
||||
if( ImGui::GetCurrentWindowRead()->SkipItems ) { ImGui::End(); return; }
|
||||
|
||||
if( ImGui::Button( ICON_FA_PLUS " Add annotation" ) )
|
||||
if( ImGui::Button( ICON_FA_NOTE_STICKY " Add annotation" ) )
|
||||
{
|
||||
AddAnnotation( m_vd.zvStart, m_vd.zvEnd );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user