diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 3f0aad0b..0054f070 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8304,7 +8304,7 @@ -1307614937 /home/mark/projects/git/sleepyhead/src/version.h +1307616952 /home/mark/projects/git/sleepyhead/src/version.h 1307418393 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h "machine.h" @@ -8321,7 +8321,7 @@ "preferences.h" "tinyxml/tinyxml.h" -1307614937 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp +1307615758 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp "wx_pch.h" "version.h" @@ -8341,7 +8341,7 @@ "sleeplib/profiles.h" "sleeplib/machine_loader.h" -1307614762 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp +1307615111 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp diff --git a/src/SleepyHeadMain.cpp b/src/SleepyHeadMain.cpp index 2cfd4106..430025c0 100644 --- a/src/SleepyHeadMain.cpp +++ b/src/SleepyHeadMain.cpp @@ -695,7 +695,7 @@ Daily::Daily(wxWindow *win,Profile *p) SF=new gGraphWindow(ScrolledWindow,-1,wxT("Event Flags"),wxPoint(0,0), wxSize(600,180), wxNO_BORDER); // SF->SetMargins(10,15,20,80); -/* SF->LinkZoom(FRW); + SF->LinkZoom(FRW); FRW->LinkZoom(SF); #if defined(__UNIX__) FRW->LinkZoom(PRD); @@ -704,7 +704,7 @@ Daily::Daily(wxWindow *win,Profile *p) SF->LinkZoom(PRD); // Uncomment to link in more graphs.. Too slow on windows. SF->LinkZoom(LEAK); SF->LinkZoom(SNORE); - #endif */ + #endif const int sfc=9; diff --git a/src/graphs/graph.cpp b/src/graphs/graph.cpp index 7f6cccf4..336ab1c2 100644 --- a/src/graphs/graph.cpp +++ b/src/graphs/graph.cpp @@ -1561,12 +1561,12 @@ void gLineChart::Plot(wxDC & dc, gGraphWindow & w) py=height - ((point[i].y - miny) * ymult); // Can't avoid this.. SetClippingRegion does not work without crashing.. need to find a workaround:( - /* if (px<0) { + if (px<0) { px=0; } if (px>width) { px=width; - } */ + } if (accel) { int z=round(px); diff --git a/src/version.h b/src/version.h index 2b22c26b..8f689c68 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 = 4129; - static const long REVISION = 5771; + static const long BUILD = 4132; + static const long REVISION = 5787; //Miscellaneous Version Types - static const long BUILDS_COUNT = 2508; - #define RC_FILEVERSION 0,7,4129,5771 - #define RC_FILEVERSION_STRING "0, 7, 4129, 5771\0" - static const char FULLVERSION_STRING[] = "0.7.4129.5771"; + static const long BUILDS_COUNT = 2515; + #define RC_FILEVERSION 0,7,4132,5787 + #define RC_FILEVERSION_STRING "0, 7, 4132, 5787\0" + static const char FULLVERSION_STRING[] = "0.7.4132.5787"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 0;