mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 07:58:31 +00:00
Fix text formatting.
This commit is contained in:
@@ -61,7 +61,7 @@ void View::DrawMessages()
|
||||
if( sideText )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
ImGui::Text( sideText );
|
||||
ImGui::TextUnformatted( sideText );
|
||||
if( ImGui::IsItemClicked() )
|
||||
{
|
||||
value = !value;
|
||||
|
||||
Reference in New Issue
Block a user