mirror of https://github.com/BOINC/boinc.git
MGR: eliminate flicker in CBOINCListCtrl on Windows
This commit is contained in:
parent
3362551142
commit
bc4903476d
|
@ -62,6 +62,7 @@ CBOINCListCtrl::CBOINCListCtrl(
|
|||
|
||||
#if USE_NATIVE_LISTCONTROL
|
||||
m_bProgressBarEventPending = false;
|
||||
SetDoubleBuffered(true);
|
||||
#else
|
||||
#ifdef __WXMAC__
|
||||
SetupMacAccessibilitySupport();
|
||||
|
|
Loading…
Reference in New Issue