]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
Added dcbase.cpp
[wxWidgets.git] / src / msw / choice.cpp
index 5074a31255fe935c00f3557b316fcb87586b2598..cf0aec140ebdc5638817d3bee0f0fe7d7d188542 100644 (file)
@@ -313,7 +313,7 @@ long wxChoice::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
        // with x = 65535 and y = 65535.
        // Filter out this nonsense.
        if (x == 65535 && y == 65535)
-         return Default();
+         return 0;
        break;
       }
     }