Xaxis ticks font fixed in summary screen

This commit is contained in:
Mark Watkins 2011-06-12 17:16:05 +10:00
parent d5ab786b4a
commit 38543bdd9a
3 changed files with 9 additions and 9 deletions

View File

@ -8307,7 +8307,7 @@
<sleeplib/machine.h>
<list>
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
<wx/settings.h>
<wx/dcbuffer.h>
<wx/graphics.h>

View File

@ -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);

View File

@ -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;