]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert Unnecessary Changes
authorKUSUMOTO Norio <norio@mac-mini.local>
Sat, 27 Jul 2019 01:10:57 +0000 (10:10 +0900)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 30 Jul 2019 07:12:41 +0000 (02:12 -0500)
basis/core-text/core-text.factor

index ee3e7a1f8e15a58307cf8eea1f5508b0f9a0df58..7e96b8b570828367d4ff8b2e6f9c65476a0f9f63 100644 (file)
@@ -63,7 +63,7 @@ render-loc render-dim ;
     {
         [ >>width ]
         [ >>ascent ]
-        [ dup 0 < [ -1 * ] when >>descent ]
+        [ >>descent ]
         [ >>leading ]
     } spread ; inline