]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/headerctrl.cpp
add wxLogLastError() calls if Shell_NotifyIcon() fails (closes #10222)
[wxWidgets.git] / src / msw / headerctrl.cpp
index 2fb4dea8c1eb5f4198dd7a591f7a78a74ed54438..7ab562e2baeca855c29326580222c2d16d36711c 100644 (file)
@@ -78,7 +78,7 @@ WXDWORD wxHeaderCtrl::MSWGetStyle(long style, WXDWORD *exstyle) const
 {
     WXDWORD msStyle = wxControl::MSWGetStyle(style, exstyle);
 
-    if ( style & wxHD_DRAGDROP )
+    if ( style & wxHD_ALLOW_REORDER )
         msStyle |= HDS_DRAGDROP;
 
     // the control looks nicer with these styles and there doesn't seem to be