]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Update setup fort OpenVMS
[wxWidgets.git] / src / msw / window.cpp
index 3bdd3249315977c6c563c2f2f0f8959a7229427e..5e2e43a438aeb3282ecd2e8adabfc551c7175815 100644 (file)
@@ -3100,13 +3100,6 @@ wxWindowMSW::MSWHandleMessage(WXLRESULT *result,
 
                 processed = true;
             }
-            else if (IsOfStandardClass() && IsKindOf(CLASSINFO(wxTextCtrl)) && ((wxTextCtrl*)this)->IsMultiLine())
-            {
-                rc.result = MSWDefWindowProc(message, wParam, lParam);
-                // Clear the DLGC_HASSETSEL bit from the return value
-                rc.result &= ~DLGC_HASSETSEL;
-                processed = true;
-            }
             //else: get the dlg code from the DefWindowProc()
             break;