From 38543bdd9a775465a8ac0d96fbfa9147aa09db50 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 12 Jun 2011 17:16:05 +1000 Subject: [PATCH] Xaxis ticks font fixed in summary screen --- Projects/CodeBlocks/SleepyHead.depend | 4 ++-- src/graphs/graph.cpp | 2 +- src/version.h | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 5a489a52..78d2c1d8 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8307,7 +8307,7 @@ -1307862688 /home/mark/projects/git/sleepyhead/src/version.h +1307862895 /home/mark/projects/git/sleepyhead/src/version.h 1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h "machine.h" @@ -8345,7 +8345,7 @@ "sleeplib/profiles.h" "sleeplib/machine_loader.h" -1307862554 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp +1307862895 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp diff --git a/src/graphs/graph.cpp b/src/graphs/graph.cpp index 1a43b2aa..f4dfc7ff 100644 --- a/src/graphs/graph.cpp +++ b/src/graphs/graph.cpp @@ -1339,7 +1339,7 @@ void gXAxis::Plot(wxDC & dc, gGraphWindow & w) const int offset=0; if (!show_time) { - DrawText(fd, px-(y/2)-2, py-(x/2)-14+offset, 90.0); + DrawText(fd, px-(y/2)-2, py-(x/2)-14+offset, 90.0,*wxBLACK,w.texfont); } else { DrawText(fd, px-(x/2), py-14-y); diff --git a/src/version.h b/src/version.h index 0fda5997..285e5eb3 100644 --- a/src/version.h +++ b/src/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long MAJOR = 0; static const long MINOR = 7; - static const long BUILD = 5135; - static const long REVISION = 11367; + static const long BUILD = 5137; + static const long REVISION = 11377; //Miscellaneous Version Types - static const long BUILDS_COUNT = 4705; - #define RC_FILEVERSION 0,7,5135,11367 - #define RC_FILEVERSION_STRING "0, 7, 5135, 11367\0" - static const char FULLVERSION_STRING[] = "0.7.5135.11367"; + static const long BUILDS_COUNT = 4712; + #define RC_FILEVERSION 0,7,5137,11377 + #define RC_FILEVERSION_STRING "0, 7, 5137, 11377\0" + static const char FULLVERSION_STRING[] = "0.7.5137.11377"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 0;