mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed an issue that meter window flickers when "Hide on Mouse Over" and "Click Through" are set.
This commit is contained in:
parent
25abbc2444
commit
32d81e9343
@ -2874,7 +2874,7 @@ HWND CMeterWindow::GetWindowFromPoint(POINT pos)
|
||||
{
|
||||
HWND hwndPos = WindowFromPoint(pos);
|
||||
|
||||
if (hwndPos == m_Window || !m_ClickThrough)
|
||||
if (hwndPos == m_Window || (!m_ClickThrough && m_WindowHide != HIDEMODE_HIDE))
|
||||
{
|
||||
return hwndPos;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user