wxListCtrl column resize bug corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f71f5a4fe1
commit
71b8c213cb
@ -1721,7 +1721,7 @@ long wxWindow::MSWOnNotify(WXWPARAM wParam, WXLPARAM lParam)
|
||||
#endif // Win95
|
||||
|
||||
// not processed
|
||||
return FALSE;
|
||||
return Default();
|
||||
}
|
||||
|
||||
void wxWindow::MSWOnMenuHighlight(WXWORD WXUNUSED(item), WXWORD WXUNUSED(flags), WXHMENU WXUNUSED(sysmenu))
|
||||
|
Loading…
Reference in New Issue
Block a user