Improve wxDataViewCtrl performance with wxDV_VARIABLE_LINE_HEIGHT
Store the line heights in a cache to make the (generic) wxDataViewCtrl usable with this style.
This commit is contained in:
@@ -899,6 +899,7 @@ GUI_CMN_SRC =
|
||||
src/generic/renderg.cpp
|
||||
src/generic/richmsgdlgg.cpp
|
||||
src/generic/richtooltipg.cpp
|
||||
src/generic/rowheightcache.cpp
|
||||
src/generic/sashwin.cpp
|
||||
src/generic/scrlwing.cpp
|
||||
src/generic/selstore.cpp
|
||||
|
Reference in New Issue
Block a user