mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor change
This commit is contained in:
parent
fb5a425eb8
commit
6535f828f9
@ -315,7 +315,14 @@ LRESULT CALLBACK CPlayerCAD::WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 11:
|
case 11:
|
||||||
player->m_CoverPath.assign(data, pos - data);
|
if (*data == L' ' && player->m_Measures & MEASURE_COVER)
|
||||||
|
{
|
||||||
|
player->FindCover();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
player->m_CoverPath.assign(data, pos - data);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user