]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Only catch double click on wxMSW
[wxWidgets.git] / wxPython / CHANGES.txt
index 5dc34dafae221cfc68b2327002d928684ccd9f54..6e94c00e6aa398ac187d077963850743bf48ed90 100644 (file)
@@ -36,7 +36,6 @@ Added wxBufferedDC.
 Upgraded wxSTC from Scintilla 1.40 to Scintilla 1.45
 
 UNICODE!
-
     wxWindows/wxPython can be compiled with unicode support enabled or
     disabled.  Previous to wxPython 2.3.3 non-unicode mode was always
     used.  Starting with 2.3.3 either mode is supported, but only if
@@ -124,6 +123,7 @@ DoGetBestSize and AcceptsFocus.
 
 
 
+
 2.3.2.1
 -------
 Changed (again) how the Python global interpreter lock is handled as