-- wxFrame can accept events, but apps cannot draw into it for some reason,
- so the rotate sample won't work. Workaround: use an embedded wxWindow.
+- wxFrame can accept events, but apps cannot draw into it for
+ Workaround: use an embedded wxWindow.
+
+- The background of a window sometimes isn't restored when changing
+ notebook pages (see sashtest, mdi examples). The notebook background
+ colour shows through. A resize, or scroll, restores the correct
+ background colour.