New WM decoration code. It fails to resize dialogs

sometimes just like the previous versions.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-03-17 15:29:57 +00:00
parent 90f3fe56ee
commit 5268c5a32b
2 changed files with 60 additions and 81 deletions

View File

@@ -70,9 +70,9 @@ bool wxControl::Create(wxWindow *parent,
const wxValidator& validator,
const wxString& name)
{
// we use wxNO_FULL_REPAINT_ON_RESIZE by default as it results in much
// Ee use wxNO_FULL_REPAINT_ON_RESIZE by default as it results in much
// less flicker and none of the standard controls needs to be entirely
// repainted after resize anyhow
// repainted after resize anyhow.
if ( !wxControlBase::Create(parent, id, pos, size,
style | wxNO_FULL_REPAINT_ON_RESIZE,
validator, name) )