]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/artmsw.cpp
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git] / src / msw / artmsw.cpp
index 10fd2621ee025155b5b332616a4480c9b993751d..f304ffdea8efd8c81f9ded5593d719902cc21475 100644 (file)
@@ -124,6 +124,10 @@ wxSize wxArtProvider::GetNativeSizeHint(const wxArtClient& client)
     {
         return wxSize(16, 16);
     }
+    else if (client == wxART_LIST)
+    {
+        return wxSize(16, 16);
+    }
 
     return wxDefaultSize;
 }