merge 20197
Modified:
branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startme
nu.cpp
_____
Modified:
branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startme
nu.cpp
---
branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startme
nu.cpp 2005-12-15 20:27:16 UTC (rev 20197)
+++
branches/ros-branch-0_2_9/reactos/subsys/system/explorer/taskbar/startme
nu.cpp 2005-12-15 20:50:04 UTC (rev 20198)
@@ -1824,7 +1824,7 @@
PatBlt(canvas, _logo_size.cx, 0, 1, clnt.bottom, WHITENESS);
- BitBlt(canvas, 0, clnt.bottom-h, _logo_size.cx, h, mem_dc, 0, 0,
SRCCOPY);
+ BitBlt(canvas, 0, clnt.bottom-h, _logo_size.cx, h, mem_dc, 0, (
h<_logo_size.cy ? _logo_size.cy-h : 0) , SRCCOPY);
super::Paint(canvas);
}