shithub: cstory

Download patch

ref: 3d42044917bb626be804f22a4dbd242856f448e8
parent: ef00d064ab311bc0b00a0c4a7cc7d60b9e534770
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue May 7 13:52:33 EDT 2019

Corrected weird half-commented-out code

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -567,12 +567,13 @@
 		fontHeight = 12;
 	}
 	else
-	{*/
+	{
+		fontWidth = 5 * magnification;
+		fontHeight = 10 * magnification;
+	}*/
 
 	fontWidth = 5 * magnification;
 	fontHeight = 10 * magnification;
-
-//	}
 
 	size_t data_size;
 #ifdef WINDOWS