Minor changes

This commit is contained in:
Birunthan Mohanathas 2012-07-13 12:54:26 +03:00
parent e884201a90
commit eb1e900b20
2 changed files with 2 additions and 1 deletions

View File

@ -4304,7 +4304,7 @@ bool CMeterWindow::DoMoveAction(int x, int y, MOUSEACTION action)
{ {
if (action == MOUSE_LEAVE) if (action == MOUSE_LEAVE)
{ {
// Mouse leave happens when the action is outside the window // Mouse leave happens when the mouse is outside the window
if (m_MouseOver) if (m_MouseOver)
{ {
//LogWithArgs(LOG_DEBUG, L"Leave: %s", m_FolderPath.c_str()); //LogWithArgs(LOG_DEBUG, L"Leave: %s", m_FolderPath.c_str());

View File

@ -12,3 +12,4 @@ linit.c
loslib.c loslib.c
- Commented out exit function in syslib array - Commented out exit function in syslib array
- Changed os_setlocale() to noop and to always return nil