]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colordlg.cpp
don't refresh the current cell in SetCellHighlightROPenWidth() if it's invalid (...
[wxWidgets.git] / src / msw / colordlg.cpp
index 60affe9fc677f07bce049381aabbf1a93dab8a6b..5994521841e20299e39623e05eb0e65159f0b9a6 100644 (file)
@@ -120,7 +120,7 @@ int wxColourDialog::ShowModal()
     CHOOSECOLOR chooseColorStruct;
     memset(&chooseColorStruct, 0, sizeof(CHOOSECOLOR));
 
-    int i;
+    size_t i;
 
     // and transfer data from m_colourData to it
     COLORREF custColours[16];