Switch deferred sizing off for radioboxes because with them, the radio buttons
can be invisible in some circumstances git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,7 +40,10 @@
|
||||
|
||||
#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__)
|
||||
|
Reference in New Issue
Block a user