genius r743 - in trunk: . src



Author: jirka
Date: Mon Mar  2 08:08:18 2009
New Revision: 743
URL: http://svn.gnome.org/viewvc/genius?rev=743&view=rev

Log:

Mon Mar 02 02:07:52 2009  Jiri (George) Lebl <jirka 5z com>

	* src/graphing.c: fix bad drawing of very vertical functions.  Our
	  new hack in gtkextra handles lines way off screen more sanely so
	  we needent worry much here.



Modified:
   trunk/ChangeLog
   trunk/src/graphing.c

Modified: trunk/src/graphing.c
==============================================================================
--- trunk/src/graphing.c	(original)
+++ trunk/src/graphing.c	Mon Mar  2 08:08:18 2009
@@ -2395,10 +2395,13 @@
 			plot_miny = y;
 	}
 
+	/* No need of this anymore, my hacked version handles lines going
+	 * way off at least in our use case
 	if (y > ploty2 || y < ploty1) {
 		if (error != NULL)
 			*error = TRUE;
 	}
+	*/
 
 
 	if (hookrun++ >= 10) {



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