From 6f804830a98e39381656fd891ca26c9741342dbf Mon Sep 17 00:00:00 2001 From: abe33 Date: Mon, 15 Dec 2014 16:16:24 +0100 Subject: [PATCH] :bug: Bad value returned in getCharHeight --- lib/minimap.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/minimap.coffee b/lib/minimap.coffee index 8b371065..5cccf6b4 100644 --- a/lib/minimap.coffee +++ b/lib/minimap.coffee @@ -56,7 +56,7 @@ class Minimap extends Model getCharWidth: -> @charWidth - getCharHeight: -> @charWidth + getCharHeight: -> @charHeight getInterline: -> @interline