]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/bugs.txt
more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)
[wxWidgets.git] / docs / bugs.txt
index 915dad071240bf0c4f3809768a4812d40a39c574..b2d9feee5c7fa1a0f377a9e605990540dbff1261 100644 (file)
@@ -10,16 +10,6 @@ wxMSW:
 wxMotif:
 --------
 
-- wxNotebook and property list frame do not appear properly when
-  first shown.
-  Workaround: resize the window (manually or programmatically) to
-  make the window appear.
-  This also happens with other windows, e.g. the sizer
-  dialog in the layout sample.
-
-- wxSashWindow borders aren't repainted properly if the sashtest
-  sample is exposed (after being under another window).
-
 - If a popup wxMenu is destroyed after its parent window has been
   destroyed, we get the message "Object XXX does not have windowed
   ancestor".
@@ -33,6 +23,10 @@ wxMotif:
 
 - Setting the size of a hidden window may show that window.
 
+- wxRadioBox sometimes doesn't show (e.g. in controls sample).
+
+- wxStaticText doesn't wrap.
+
 General:
 --------