]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
fixed bug in generation of thumb scroll events
[wxWidgets.git] / samples / listctrl / listtest.h
index 6578e4df761836a4e705bf1377afe24ff57ec9c5..a79ca7c580ad9196937a38126ef7c95d24b4b525 100644 (file)
@@ -25,7 +25,7 @@ public:
                const wxSize& size,
                long style)
         : wxListCtrl(parent, id, pos, size, style),
-          m_attr(*wxCYAN, *wxLIGHT_GREY, wxNullFont)
+          m_attr(*wxBLUE, *wxLIGHT_GREY, wxNullFont)
         {
         }