wxWindows Bug List
------------------

19/4/93 Version 1.40 (First version for Motif)
----------------------------------------------

-- Haven't sorted out how to set default buttons without
   messing up tab traversal.

-- Probably need to set scrollbars to force an initial paint,
   or call wxCanvas::SetSize. If you set the scrollbars,
   it works fine.

-- No default colours. Works ok on monochrome though...

-- Too many repaint messages sent sometimes.

7/9/93 Version 1.50
-------------------

-- Programmatic setting of multiple selections listboxes doesn't work (Motif 1.1).

-- Hello demo crashes on some people's platforms (bad window attribute).

-- Colourmap still only producing a small number of colours - FIXED (was using
   too small values for RGB values)

-- PostScript driver leaves something to be desired (espec. for Landscape mode).

-- Windows scrolling problem with large scale factor or some mapping modes:
   leaves streaks behind. Could be a rounding error with SetViewport...?