-- Work out why XFreeFont in font.cpp produces a segv. This is
- currently commented out, which presumably causes a memory leak.
-
-- Colour setting in widgets (almost done). Should scrollbars take
- on the background colour? Not right for e.g. wxScrolledWindows,
- so maybe have wxSystemSettings value for scrollbar colour, and/or
- ability to set scrollbar colour independently.
-
-- Optimize wxWindow OnPaint to avoid flicker, collapsing Expose events
- as per flicker fix in 1.68. It will be tricky to avoid
- interfering with non-wxScrolledWindow widgets except by
- explicitly testing for wxScrolledWindow.
+- Have a central/per app file for colour settings, with a wxWin
+ app to allow changing settings interactively.