]> git.saurik.com Git - wxWidgets.git/commitdiff
Switch deferred sizing off for radioboxes because with them, the radio buttons
authorJulian Smart <julian@anthemion.co.uk>
Thu, 28 Apr 2005 21:40:28 +0000 (21:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 28 Apr 2005 21:40:28 +0000 (21:40 +0000)
can be invisible in some circumstances

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/radiobox.cpp

index dcbbe091513b1a6c47dd04f236b65db483f63f0f..181a778ae08fda5681047c14e11b988f86ae61dd 100644 (file)
 
 #include "wx/msw/subwin.h"
 
-#define USE_DEFERRED_SIZING 1
+// This is switched off because in some situations, the radiobox
+// buttons simply don't appear when deferred sizing is on.
+// Instead, refreshing on WM_MOVE seems to at least cure the droppings.
+#define USE_DEFERRED_SIZING 0
 
 #if wxUSE_TOOLTIPS
     #if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__)