X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7921cf2badfac0c44cd53644bfc6a483a09ec299..5aa67d6619d7758bd66375ef75b698ae49f3418b:/docs/bugs.txt diff --git a/docs/bugs.txt b/docs/bugs.txt deleted file mode 100644 index b2d9feee5c..0000000000 --- a/docs/bugs.txt +++ /dev/null @@ -1,32 +0,0 @@ -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). - -- wxStaticText doesn't wrap. - -General: --------- -