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:
committed by
Vadim Zeitlin
parent
061e6f9a3c
commit
ef91e5ecbe
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user