mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Replace "2x" with "2×".
This commit is contained in:
parent
8624bb95ba
commit
1bad607e6c
@ -12284,7 +12284,7 @@ void View::DrawPlayback()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Checkbox( "Zoom 2x", &m_playback.zoom );
|
ImGui::Checkbox( "Zoom 2\xc3\x97", &m_playback.zoom );
|
||||||
TextFocused( "Timestamp:", TimeToString( tstart ) );
|
TextFocused( "Timestamp:", TimeToString( tstart ) );
|
||||||
if( ImGui::IsItemHovered() )
|
if( ImGui::IsItemHovered() )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user