]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
Added wxTE_NO_VSCROLL style; corrected joystick event class
[wxWidgets.git] / src / common / gdicmn.cpp
index b2554b00fd0de55c0e8258490ecd097f77872740..7755f181e151c071d04c2930802ef9344ef8541e 100644 (file)
@@ -256,6 +256,9 @@ wxColour *wxColourDatabase::FindColour(const wxString& colour)
 #ifdef __WXMSW__
   else return NULL;
 #endif
+#ifdef __WXPM__
+  else return NULL;
+#endif
 
 // TODO for other implementations. This should really go into
 // platform-specific directories.