Small Motif bug fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-12-03 09:51:18 +00:00
parent b26c0958c0
commit 45d49251ba
5 changed files with 15 additions and 4 deletions

View File

@@ -42,6 +42,9 @@ High Priority
- Tidy dialogs such as the colour and font selectors.
- Use generic wxTreeCtrl, wxListCtrl: debug and enhance these.
wxTreeCtrl: crashes in wxImageList::Draw because it assumes
that wxBitmap == wxIcon, which is only true in wxGTK.
So add wxDC::DrawBitmap and use this instead.
- Find out why modal dialogs give a grab warning.