MGR: eliminate flicker in CBOINCListCtrl on Windows

This commit is contained in:
Charlie Fenton 2013-11-05 04:14:51 -08:00
parent 3362551142
commit bc4903476d
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ CBOINCListCtrl::CBOINCListCtrl(
#if USE_NATIVE_LISTCONTROL
m_bProgressBarEventPending = false;
SetDoubleBuffered(true);
#else
#ifdef __WXMAC__
SetupMacAccessibilitySupport();