mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00: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;
|
if( ImGui::RadioButton( CompressionName[idx], (int)comp == idx ) ) comp = (FileWrite::Compression)idx;
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::TextDisabled( CompressionDesc[idx] );
|
TextDisabledUnformatted( CompressionDesc[idx] );
|
||||||
idx++;
|
idx++;
|
||||||
}
|
}
|
||||||
ImGui::Unindent();
|
ImGui::Unindent();
|
||||||
|
Loading…
Reference in New Issue
Block a user