Fix bug with dragging non-draggable columns in wxMSW wxHeaderCtrl.
Properly ignore HDN_BEGINDRAG events for the columns without wxCOL_REORDERABLE flag. This fixes dragging non-draggable columns in wxDataViewCtrl under MSW. Closes #14940. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -602,6 +602,7 @@ All (GUI):
|
||||
- Add "rect" paramerer to wxRichToolTip::ShowFor() (John Roberts).
|
||||
- Add wxListCtrl::EnableAlternateRowColours() (troelsk).
|
||||
- Fix wrong tab order in wxAuiNotebook after dragging (Mark Barber).
|
||||
- Fix bug in generic wxDataViewCtrl column dragging (jobuz).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user