]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
Fit the generic preferences editor dialog to its pages size initially.
[wxWidgets.git] / src / stc / stc.cpp
index f1cfe240df12143c2a2738950b5db81104d317a7..c9b08e945c094ba98dfdeabe393443815062bfad 100644 (file)
@@ -4509,7 +4509,7 @@ bool wxStyledTextCtrl::GetUseAntiAliasing() {
 }
 
 void wxStyledTextCtrl::AnnotationClearLine(int line) {
-    SendMsg(SCI_ANNOTATIONSETTEXT, line, NULL);
+    SendMsg(SCI_ANNOTATIONSETTEXT, line, (sptr_t)NULL);
 }