Description is not supposed to be formatted.

This commit is contained in:
Bartosz Taudul 2021-06-04 15:29:08 +02:00
parent 0b05587b05
commit cc831e8192
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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();