mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -59,3 +59,4 @@
|
||||
/wx/libwx_*
|
||||
/wx/locale
|
||||
/unittests/lib_pubsub_provider_actual.py
|
||||
wingdbstub.py
|
||||
|
||||
8
TODO.txt
8
TODO.txt
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user