[chronojump] Minor fix to last commit



commit 53e0c5ae0fc30bb8ea51d3950645e09fa79ffde6
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Jun 23 18:46:06 2017 +0200

    Minor fix to last commit

 src/gui/encoder.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index ace286b..f7722f1 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -4766,7 +4766,8 @@ public partial class ChronoJumpWindow
 
                if(maxThisSetForLoss > 0)
                        title += "; Loss: " + Util.TrimDecimals(
-                                       100.0 * (maxThisSetForLoss - minThisSetForLoss) / maxThisSetForLoss, 
decimals) + "%]";
+                                       100.0 * (maxThisSetForLoss - minThisSetForLoss) / maxThisSetForLoss, 
decimals) + "%";
+               title += "]";
 
                layout_encoder_capture_curves_bars_text.SetMarkup(title);
                textWidth = 1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]