diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 28240171..479acdbd 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8309,7 +8309,7 @@ 1308026543 D -1308152355 /home/mark/projects/git/sleepyhead/src/version.h +1308153347 /home/mark/projects/git/sleepyhead/src/version.h 1308003040 ent of cb2ab33... Linux wx2.8 & wx2.9 builds fixed @@ -8362,7 +8362,7 @@ "sleeplib/profiles.h" "sleeplib/machine_loader.h" -1308152473 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp +1308152899 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp "freetype-gl/font-manager.h" "freetype-gl/texture-font.h" "graph.h" @@ -11061,15 +11061,16 @@ "freetype-gl/vector.h" -1308097228 /home/mark/projects/git/sleepyhead/src/graphs/gl_pbuffer.h +1308153347 /home/mark/projects/git/sleepyhead/src/graphs/gl_pbuffer.h + -1308108253 source:/home/mark/projects/git/sleepyhead/src/graphs/gl_pbuffer.cpp +1308153312 source:/home/mark/projects/git/sleepyhead/src/graphs/gl_pbuffer.cpp "gl_pbuffer.h" diff --git a/src/graphs/gl_pbuffer.h b/src/graphs/gl_pbuffer.h index e4ee44d0..47a51e09 100644 --- a/src/graphs/gl_pbuffer.h +++ b/src/graphs/gl_pbuffer.h @@ -20,6 +20,7 @@ #include #elif defined(__UNIX__) +#include #include #endif diff --git a/src/graphs/graph.cpp b/src/graphs/graph.cpp index 88b3c84c..3e6fbeb0 100644 --- a/src/graphs/graph.cpp +++ b/src/graphs/graph.cpp @@ -890,7 +890,8 @@ void gGraphWindow::OnMouseLeftRelease(wxMouseEvent &event) did_draw=true; //} m_foobar_moved=0; - } + } else m_mouseLDown=false; + } diff --git a/src/version.h b/src/version.h index b4e0afb0..e1bb5495 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 = 6156; - static const long _REVISION = 16917; + static const long _BUILD = 6158; + static const long _REVISION = 16927; //Miscellaneous Version Types - static const long _BUILDS_COUNT = 6909; - #define _RC_FILEVERSION 0,7,6156,16917 - #define _RC_FILEVERSION_STRING "0, 7, 6156, 16917\0" - static const char _FULLVERSION_STRING[] = "0.7.6156.16917"; + static const long _BUILDS_COUNT = 6918; + #define _RC_FILEVERSION 0,7,6158,16927 + #define _RC_FILEVERSION_STRING "0, 7, 6158, 16927\0" + static const char _FULLVERSION_STRING[] = "0.7.6158.16927"; //These values are to keep track of your versioning state, don't modify them. static const long _BUILD_HISTORY = 0;