added wxRETAINED support in wxMotif; changed wxDC::SetBackground behaviour; changed OnKeyDown/OnChar behaviour; fixed wxToolBar toggle bugs; fixed wxImage on wxMotif bug whereby new was used to allocate XImage data git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
34 lines
773 B
Plaintext
34 lines
773 B
Plaintext
wxWindows Buglist
|
|
-----------------
|
|
|
|
wxGTK:
|
|
------
|
|
|
|
wxMSW:
|
|
------
|
|
|
|
wxMotif:
|
|
--------
|
|
|
|
- If a popup wxMenu is destroyed after its parent window has been
|
|
destroyed, we get the message "Object XXX does not have windowed
|
|
ancestor".
|
|
Workaround: delete the menu before deleting the window on which it
|
|
was popped up.
|
|
Possible fix: call menu->DestroyMenu() before deleting the window,
|
|
if the window knows about the menu that was last popped up (hard
|
|
to know this with confidence).
|
|
|
|
- In wxGrid, cell highlight is not drawn/erased properly.
|
|
|
|
- Setting the size of a hidden window may show that window.
|
|
|
|
- wxRadioBox sometimes doesn't show (e.g. in controls sample).
|
|
|
|
- Can't set the colours for the buttons in the file selector, for
|
|
some reason.
|
|
|
|
General:
|
|
--------
|
|
|