<div dir="ltr">Ah, I should have removed asString...<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/25  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nicolas Cellier uploaded a new version of SmallLand-ColorTheme to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/SmallLand-ColorTheme-nice.4.mcz" target="_blank">http://source.squeak.org/trunk/SmallLand-ColorTheme-nice.4.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: SmallLand-ColorTheme-nice.4<br>
Author: nice<br>
Time: 25 December 2013, 11:23:59.635 pm<br>
UUID: 77bff137-008b-4390-a5cb-1f284354de48<br>
Ancestors: SmallLand-ColorTheme-fbs.3<br>
<br>
Change a few print:(aFloat roundTo: 0.01) into nextPutAll:(aFloat printShowingMaxDecimalPlaces: 2)<br>
<br>
=============== Diff against SmallLand-ColorTheme-fbs.3 ===============<br>
<br>
Item was changed:<br>
  ----- Method: SmallLandColorTheme&gt;&gt;labelForColor: (in category &#39;private - colors&#39;) -----<br>
  labelForColor: aColor<br>
+       ^ (aColor red printShowingMaxDecimalPlaces: 2) asString , &#39; &#39; , (aColor green printShowingMaxDecimalPlaces: 2) asString , &#39; &#39; , (aColor blue printShowingMaxDecimalPlaces: 2) asString!<br>
-       ^ (aColor red roundTo: 0.01) asString , &#39; &#39; , (aColor green roundTo: 0.01) asString , &#39; &#39; , (aColor blue roundTo: 0.01) asString!<br>
<br>
<br>
</blockquote></div><br></div>