mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
Forgot to reenable Render
This commit is contained in:
parent
db23151957
commit
07c474a1d4
@ -8309,7 +8309,7 @@
|
|||||||
|
|
||||||
1308026543 D
|
1308026543 D
|
||||||
|
|
||||||
1308270969 /home/mark/projects/git/sleepyhead/src/version.h
|
1308271423 /home/mark/projects/git/sleepyhead/src/version.h
|
||||||
|
|
||||||
1308003040 ent of cb2ab33... Linux wx2.8 & wx2.9 builds fixed
|
1308003040 ent of cb2ab33... Linux wx2.8 & wx2.9 builds fixed
|
||||||
<wx/dcbuffer.h>
|
<wx/dcbuffer.h>
|
||||||
@ -8341,7 +8341,7 @@
|
|||||||
"preferences.h"
|
"preferences.h"
|
||||||
"tinyxml/tinyxml.h"
|
"tinyxml/tinyxml.h"
|
||||||
|
|
||||||
1308264665 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp
|
1308271319 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp
|
||||||
"wx_pch.h"
|
"wx_pch.h"
|
||||||
"version.h"
|
"version.h"
|
||||||
<wx/app.h>
|
<wx/app.h>
|
||||||
@ -8362,7 +8362,7 @@
|
|||||||
"sleeplib/profiles.h"
|
"sleeplib/profiles.h"
|
||||||
"sleeplib/machine_loader.h"
|
"sleeplib/machine_loader.h"
|
||||||
|
|
||||||
1308265075 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp
|
1308271422 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp
|
||||||
"freetype-gl/font-manager.h"
|
"freetype-gl/font-manager.h"
|
||||||
"freetype-gl/texture-font.h"
|
"freetype-gl/texture-font.h"
|
||||||
"graph.h"
|
"graph.h"
|
||||||
|
@ -866,7 +866,7 @@ Daily::~Daily()
|
|||||||
//this->Disconnect(wxEVT_SCROLLWIN_THUMBTRACK, EVT_SCROLLWIN_THUMBTRACK(Daily::OnWinScroll));
|
//this->Disconnect(wxEVT_SCROLLWIN_THUMBTRACK, EVT_SCROLLWIN_THUMBTRACK(Daily::OnWinScroll));
|
||||||
//this->Disconnect(wxEVT_SCROLLWIN_THUMBRELEASE, EVT_SCROLLWIN_THUMBRELEASE(Daily::OnWinScroll));
|
//this->Disconnect(wxEVT_SCROLLWIN_THUMBRELEASE, EVT_SCROLLWIN_THUMBRELEASE(Daily::OnWinScroll));
|
||||||
|
|
||||||
this->Disconnect(wxID_ANY, wxEVT_REFRESH_DAILY, wxCommandEventHandler(Daily::RefreshData));
|
this->Disconnect(wxID_ANY, wxEVT_REFRESH_DAILY, wxCommandEventHandler(Daily::DoRefreshData));
|
||||||
this->Disconnect(wxEVT_COMMAND_TREE_SEL_CHANGED, wxTreeEventHandler( Daily::OnEventTreeSelection), NULL, this);
|
this->Disconnect(wxEVT_COMMAND_TREE_SEL_CHANGED, wxTreeEventHandler( Daily::OnEventTreeSelection), NULL, this);
|
||||||
}
|
}
|
||||||
void Daily::OnWinScroll(wxScrollWinEvent &event)
|
void Daily::OnWinScroll(wxScrollWinEvent &event)
|
||||||
|
@ -1115,7 +1115,7 @@ void gGraphWindow::OnPaint(wxPaintEvent& event)
|
|||||||
|
|
||||||
GetClientSize(&m_scrX, &m_scrY);
|
GetClientSize(&m_scrX, &m_scrY);
|
||||||
|
|
||||||
// Render(m_scrX,m_scrY);
|
Render(m_scrX,m_scrY);
|
||||||
|
|
||||||
if (m_mouseLDown) {
|
if (m_mouseLDown) {
|
||||||
if (m_mouseRBrect.width>0)
|
if (m_mouseRBrect.width>0)
|
||||||
|
@ -16,14 +16,14 @@ namespace AutoVersion{
|
|||||||
//Standard Version Type
|
//Standard Version Type
|
||||||
static const long _MAJOR = 0;
|
static const long _MAJOR = 0;
|
||||||
static const long _MINOR = 7;
|
static const long _MINOR = 7;
|
||||||
static const long _BUILD = 6465;
|
static const long _BUILD = 6467;
|
||||||
static const long _REVISION = 18575;
|
static const long _REVISION = 18579;
|
||||||
|
|
||||||
//Miscellaneous Version Types
|
//Miscellaneous Version Types
|
||||||
static const long _BUILDS_COUNT = 7623;
|
static const long _BUILDS_COUNT = 7630;
|
||||||
#define _RC_FILEVERSION 0,7,6465,18575
|
#define _RC_FILEVERSION 0,7,6467,18579
|
||||||
#define _RC_FILEVERSION_STRING "0, 7, 6465, 18575\0"
|
#define _RC_FILEVERSION_STRING "0, 7, 6467, 18579\0"
|
||||||
static const char _FULLVERSION_STRING[] = "0.7.6465.18575";
|
static const char _FULLVERSION_STRING[] = "0.7.6467.18579";
|
||||||
|
|
||||||
//These values are to keep track of your versioning state, don't modify them.
|
//These values are to keep track of your versioning state, don't modify them.
|
||||||
static const long _BUILD_HISTORY = 0;
|
static const long _BUILD_HISTORY = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user