]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/bugs.txt
Made wxGTK dcps.cpp generic.
[wxWidgets.git] / docs / bugs.txt
... / ...
CommitLineData
1wxWindows Buglist
2-----------------
3
4wxGTK:
5------
6
7wxMSW:
8------
9
10wxMotif:
11--------
12
13- If a popup wxMenu is destroyed after its parent window has been
14 destroyed, we get the message "Object XXX does not have windowed
15 ancestor".
16 Workaround: delete the menu before deleting the window on which it
17 was popped up.
18 Possible fix: call menu->DestroyMenu() before deleting the window,
19 if the window knows about the menu that was last popped up (hard
20 to know this with confidence).
21
22- In wxGrid, cell highlight is not drawn/erased properly.
23
24- Setting the size of a hidden window may show that window.
25
26- Motif-specific wxImage functions not yet implemented.
27
28General:
29--------
30