mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor changes
This commit is contained in:
parent
e884201a90
commit
eb1e900b20
@ -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());
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user