mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 04:30:43 +00:00
Overfixed the smooth date ticker's up.. Prefer them smooth over super accurate
This commit is contained in:
parent
9b05b5d512
commit
a8ccc90ce2
@ -7875,7 +7875,7 @@
|
||||
<sleeplib/machine.h>
|
||||
<list>
|
||||
|
||||
1306817290 /home/mark/projects/git/sleepyhead/version.h
|
||||
1306830916 /home/mark/projects/git/sleepyhead/version.h
|
||||
|
||||
1306724655 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h
|
||||
"machine.h"
|
||||
@ -7892,7 +7892,7 @@
|
||||
"preferences.h"
|
||||
"tinyxml/tinyxml.h"
|
||||
|
||||
1306816925 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
|
||||
1306817290 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
|
||||
"wx_pch.h"
|
||||
"version.h"
|
||||
<wx/app.h>
|
||||
@ -7910,7 +7910,7 @@
|
||||
"sleeplib/profiles.h"
|
||||
"sleeplib/machine_loader.h"
|
||||
|
||||
1306817190 source:/home/mark/projects/git/sleepyhead/graphs/graph.cpp
|
||||
1306830825 source:/home/mark/projects/git/sleepyhead/graphs/graph.cpp
|
||||
<wx/settings.h>
|
||||
<wx/dcbuffer.h>
|
||||
<wx/log.h>
|
||||
|
@ -736,7 +736,7 @@ void gXAxis::Plot(wxDC & dc, gGraphWindow & w)
|
||||
|
||||
|
||||
while (st<w.min_x) {
|
||||
st+=min_tick/10.0;
|
||||
st+=min_tick;///10.0; // mucking with this changes the scrollyness of the ticker.
|
||||
}
|
||||
|
||||
int hour,minute,second,millisecond;
|
||||
|
12
version.h
12
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 = 2493;
|
||||
static const long REVISION = 8280;
|
||||
static const long BUILD = 2495;
|
||||
static const long REVISION = 8284;
|
||||
|
||||
//Miscellaneous Version Types
|
||||
static const long BUILDS_COUNT = 7563;
|
||||
#define RC_FILEVERSION 0,7,2493,8280
|
||||
#define RC_FILEVERSION_STRING "0, 7, 2493, 8280\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.2493.8280";
|
||||
static const long BUILDS_COUNT = 7575;
|
||||
#define RC_FILEVERSION 0,7,2495,8284
|
||||
#define RC_FILEVERSION_STRING "0, 7, 2495, 8284\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.2495.8284";
|
||||
|
||||
//These values are to keep track of your versioning state, don't modify them.
|
||||
static const long BUILD_HISTORY = 62;
|
||||
|
Loading…
Reference in New Issue
Block a user