Update TODO

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-05-18 03:25:39 +00:00
parent 5882e525e3
commit 526fc86da8
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@@ -59,3 +59,4 @@
/wx/libwx_*
/wx/locale
/unittests/lib_pubsub_provider_actual.py
wingdbstub.py

View File

@@ -155,7 +155,13 @@ other dev stuff
* Find and fix issue with wx.TheClipboard. Pasting text from the clipboard
is failing, as if the data in the clipboard is not text. It may be an issue
with the wx.TextDataObject class.
with the wx.TextDataObject class.
It's a problem with OSX dataobject code.
See https://groups.google.com/d/topic/wx-dev/wFxevpvbhvQ/discussion
There are also reports of issues on Windows too...
http://trac.wxwidgets.org/ticket/15488
* Potential reference count issue with wxGridCellCoordsArray? Code
like this::