A draft for a possible fix to the redraw
problems when using control with borders and the wxNO_FULL_REPAINT_ON_RESIZE flag under wxUniv. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,7 +74,7 @@ bool wxControl::Create(wxWindow *parent,
|
||||
// less flicker and none of the standard controls needs to be entirely
|
||||
// repainted after resize anyhow.
|
||||
if ( !wxControlBase::Create(parent, id, pos, size,
|
||||
style | wxNO_FULL_REPAINT_ON_RESIZE,
|
||||
style | wxNO_FULL_REPAINT_ON_RESIZE ,
|
||||
validator, name) )
|
||||
{
|
||||
// underlying window creation failed?
|
||||
|
Reference in New Issue
Block a user