mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Description is not supposed to be formatted.
This commit is contained in:
parent
0b05587b05
commit
cc831e8192
@ -646,7 +646,7 @@ bool View::Draw()
|
||||
{
|
||||
if( ImGui::RadioButton( CompressionName[idx], (int)comp == idx ) ) comp = (FileWrite::Compression)idx;
|
||||
ImGui::SameLine();
|
||||
ImGui::TextDisabled( CompressionDesc[idx] );
|
||||
TextDisabledUnformatted( CompressionDesc[idx] );
|
||||
idx++;
|
||||
}
|
||||
ImGui::Unindent();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user