Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour
In practice, almost everybody using validators also seems to use this style, so make it the default (this hadn't been done when it was originally introduced because of compatibility concerns, but now, 15+ years later, it's probably safe enough to change this).
This commit is contained in:
@@ -290,11 +290,6 @@ enum wxBorder
|
||||
* should be passed to wxWindow::SetExtraStyle(), not SetWindowStyle())
|
||||
*/
|
||||
|
||||
/* by default, TransferDataTo/FromWindow() only work on direct children of the */
|
||||
/* window (compatible behaviour), set this flag to make them recursively */
|
||||
/* descend into all subwindows */
|
||||
#define wxWS_EX_VALIDATE_RECURSIVELY 0x00000001
|
||||
|
||||
/* wxCommandEvents and the objects of the derived classes are forwarded to the */
|
||||
/* parent window and so on recursively by default. Using this flag for the */
|
||||
/* given window allows to block this propagation at this window, i.e. prevent */
|
||||
|
Reference in New Issue
Block a user