[chronojump] graphs transposed as default
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] graphs transposed as default
- Date: Tue, 22 Feb 2011 17:21:34 +0000 (UTC)
commit a4ccf4cd16d48fbca572e60f3320a5e1f65515fb
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Feb 22 18:15:10 2011 +0100
graphs transposed as default
src/gui/stats.cs | 1 +
src/stats/graphs/jumpSimpleSubtraction.cs | 2 --
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/stats.cs b/src/gui/stats.cs
index 4bbfcdb..d979118 100644
--- a/src/gui/stats.cs
+++ b/src/gui/stats.cs
@@ -451,6 +451,7 @@ public class StatsWindow {
private void showTransposed(bool show) {
checkbutton_transposed.Visible = show;
+ checkbutton_transposed.Active = true;
}
private void showLineWidth(bool show) {
diff --git a/src/stats/graphs/jumpSimpleSubtraction.cs b/src/stats/graphs/jumpSimpleSubtraction.cs
index b295843..6f5efe0 100644
--- a/src/stats/graphs/jumpSimpleSubtraction.cs
+++ b/src/stats/graphs/jumpSimpleSubtraction.cs
@@ -39,7 +39,6 @@ public class GraphJumpSimpleSubtraction : StatJumpSimpleSubtraction
public GraphJumpSimpleSubtraction (StatTypeStruct myStatTypeStruct)
{
-Log.WriteLine("C");
completeConstruction (myStatTypeStruct, treeview);
this.dataColumns = 4; //for Simplesession (resultPercent, result, test1, test2)
@@ -93,7 +92,6 @@ Log.WriteLine("C");
CurrentGraphData.LabelLeft = Catalog.GetString("Result") + "(%)";
CurrentGraphData.LabelRight = "";
}
-Log.WriteLine("C");
}
protected override void printData (string [] statValues)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]