Implement wxTreeCtrl::SetDoubleBuffered() in MSW wxTreeCtrl

Also don't erase background when the control is double-buffered because
it's not necessary and can cause flicker.

See https://github.com/wxWidgets/wxWidgets/pull/374
This commit is contained in:
Steve Browne
2016-12-20 12:44:14 -05:00
committed by Vadim Zeitlin
parent 061e6f9a3c
commit ef91e5ecbe
4 changed files with 53 additions and 0 deletions

View File

@@ -443,6 +443,7 @@ wxMSW:
- Use correct parent for the native modal dialogs (Andreas Falkenhahn).
- Fix layout of wxSlider with wxSL_VALUE_LABEL only (gafatoa).
- Fix flicker when resizing columns of report-mode wxListCtrl.
- Implement wxTreeCtrl::SetDoubleBuffered() (Steve Browne).
wxOSX/Cocoa: