Fix text formatting.

This commit is contained in:
Bartosz Taudul
2025-12-28 16:03:44 +01:00
parent f43b86e3b3
commit f649943e93

View File

@@ -61,7 +61,7 @@ void View::DrawMessages()
if( sideText )
{
ImGui::SameLine();
ImGui::Text( sideText );
ImGui::TextUnformatted( sideText );
if( ImGui::IsItemClicked() )
{
value = !value;