diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-26 17:02:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-26 17:02:28 +0000 |
commit | e52c300401ddd8188a9fb9db307e369428cbeb19 (patch) | |
tree | 3e0b77f5a73dfd3b4ca9cfbb85701d847b0dee76 /plugins/Clist_modern/src/modern_clcpaint.cpp | |
parent | 0aa96e0a23064eb3d2a041c2acebd30855d5245e (diff) |
- unified bkChanged processing;
- clist background bitmap processing also moved to the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@9950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clcpaint.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcpaint.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_clcpaint.cpp b/plugins/Clist_modern/src/modern_clcpaint.cpp index 14c565bb3e..168ef2b9fa 100644 --- a/plugins/Clist_modern/src/modern_clcpaint.cpp +++ b/plugins/Clist_modern/src/modern_clcpaint.cpp @@ -1902,9 +1902,7 @@ void CLCPaint::_DrawLines( HWND hWnd, ClcData *dat, HDC hdc, int paintMode, RECT if ( paintMode&DM_GREYALTERNATE && line_num&1 )
{
if ( paintMode&DM_CONTROL || dat->bkChanged )
- {
FillRect( pc.hdcMem, &row_rc, pc.hBrushAlternateGrey );
- }
else
SkinDrawGlyph( pc.hdcMem, &row_rc, rcPaint, "CL,ID=GreyAlternate");
}
|