mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix typo.
This commit is contained in:
parent
ad26eaa9f1
commit
1d4117f515
@ -8864,7 +8864,7 @@ void View::DrawTextEditor()
|
|||||||
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), "/!\\" );
|
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), "/!\\" );
|
||||||
#endif
|
#endif
|
||||||
TextFocused( "File:", m_textEditorFile );
|
TextFocused( "File:", m_textEditorFile );
|
||||||
if( SmallCheckbox( "Show whitespace", &m_textEditorWhitespace ) );
|
if( SmallCheckbox( "Show whitespace", &m_textEditorWhitespace ) )
|
||||||
{
|
{
|
||||||
m_textEditor->SetShowWhitespaces( m_textEditorWhitespace );
|
m_textEditor->SetShowWhitespaces( m_textEditorWhitespace );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user