--- C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/SVNStatusListCtrl.cpp-revBASE.svn001.tmp.cpp	Tue Nov 13 14:24:28 2012
+++ C:/SVN/TortoiseSVN/src/SVN/SVNStatusListCtrl.cpp	Sun Jan 27 12:40:38 2013
@@ -4679,6 +4679,12 @@
         }
         ReleaseDC(pDC);
     }
+	else
+	{
+		PAINTSTRUCT ps;
+		CDC *pDC = BeginPaint( &ps );
+		EndPaint( &ps );
+	}
 }
 
 // prevent users from extending our hidden (size 0) columns

