mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional fix for r581.
This commit is contained in:
parent
bfdc8d2d74
commit
02be3ed29c
@ -2554,7 +2554,7 @@ void CMeterWindow::UpdateTransparency(int alpha, bool reset)
|
||||
POINT ptSrc = {0, 0};
|
||||
SIZE szWindow;
|
||||
|
||||
if (m_WindowW == 0 && m_WindowH == 0)
|
||||
if (m_WindowW == 0 || m_WindowH == 0)
|
||||
{
|
||||
// Set dummy size to avoid invalid state
|
||||
szWindow.cx = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user