OS/2 bug fixes and new mod file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -965,6 +965,13 @@ WXHBRUSH wxTextCtrl::OnCtlColor(
|
||||
return (WXHBRUSH)pBackgroundBrush->GetResourceHandle();
|
||||
} // end of wxTextCtrl::OnCtlColor
|
||||
|
||||
bool wxTextCtrl::OS2ShouldPreProcessMessage(
|
||||
WXMSG* pMsg
|
||||
)
|
||||
{
|
||||
return wxControl::OS2ShouldPreProcessMessage(pMsg);
|
||||
} // end of wxTextCtrl::OS2ShouldPreProcessMessage
|
||||
|
||||
void wxTextCtrl::OnChar(
|
||||
wxKeyEvent& rEvent
|
||||
)
|
||||
|
Reference in New Issue
Block a user