]> git.saurik.com Git - wxWidgets.git/commit
Refresh the generic wxDataViewCtrl header if it was made too small.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jul 2011 23:36:55 +0000 (23:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jul 2011 23:36:55 +0000 (23:36 +0000)
commitcd9b34ef833ca8e79821de19ce25f7c3287a8506
tree43ea56f90e31b39a207726419f293eb47a4fdf06
parentdcd6f736546247c0709db9b1ec4ab3c6cc050bf8
Refresh the generic wxDataViewCtrl header if it was made too small.

Although normally the control header is not supposed to be resized below its
minimal vertical size, sometimes this can still happen and in this case ugly
artefacts were displayed because it wasn't refreshed properly. Do refresh it
to avoid them.

Closes #13313.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/datavgen.cpp