[goffice] whitespace
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] whitespace
- Date: Wed, 25 Mar 2015 12:59:26 +0000 (UTC)
commit 134bdef9ba7072c309d8fcd02f4a974d14f1fb04
Author: Morten Welinder <terra gnome org>
Date: Wed Mar 25 08:59:13 2015 -0400
whitespace
NEWS | 2 +-
plugins/plot_radar/gog-radar.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7f60a6c..b400201 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ Johannes Deutsch:
* Do not draw the line over the arrow head at start. [#745736]
Morten:
- * Improve log axis bounds.
+ * Improve log axis bounds. [#745960]
* Fix format used for stacked percentage graphs.
* Don't force bar/col axis to include 0 for log axis.
* Don't force radial plots to include 0 for log axis.
diff --git a/plugins/plot_radar/gog-radar.c b/plugins/plot_radar/gog-radar.c
index 7dc85d2..431e265 100644
--- a/plugins/plot_radar/gog-radar.c
+++ b/plugins/plot_radar/gog-radar.c
@@ -488,9 +488,9 @@ gog_polar_plot_axis_get_bounds (GogPlot *plot, GogAxisType atype,
switch (atype) {
case GOG_AXIS_CIRCULAR:
- bounds->val.minima = bounds->logical.minima= -G_MAXDOUBLE;
- bounds->val.maxima = bounds->logical.maxima= G_MAXDOUBLE;
- bounds->is_discrete = FALSE;
+ bounds->val.minima = bounds->logical.minima = -G_MAXDOUBLE;
+ bounds->val.maxima = bounds->logical.maxima = +G_MAXDOUBLE;
+ bounds->is_discrete = FALSE;
break;
case GOG_AXIS_RADIAL:
bounds->val.minima = bounds->logical.minima =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]