]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/issues.txt
Chnaged includes to work without precompiled headers
[wxWidgets.git] / docs / motif / issues.txt
index bb4c54218ed0266cce74ed16d284112c0d0a5ab3..743cbdb1e06e5ea05c37a2057562b1c0999e9478 100644 (file)
@@ -10,4 +10,6 @@ Outstanding issues
 - 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.
+- 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.