Committing in .

removing some obsolete CLEAR members

 Modified Files:
 	wxWindows/samples/richedit/wxlwindow.cpp
 	wxWindows/utils/dialoged/src/reseditr.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2003-09-01 14:51:42 +00:00
parent 1cc4f822d3
commit 16d54adb37
2 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ wxLayoutWindow::Clear(int family,
{ {
GetLayoutList()->Clear(family,size,style,weight,underline,fg,bg); GetLayoutList()->Clear(family,size,style,weight,underline,fg,bg);
SetBackgroundColour(GetLayoutList()->GetDefaultStyleInfo().GetBGColour()); SetBackgroundColour(GetLayoutList()->GetDefaultStyleInfo().GetBGColour());
wxScrolledWindow::Clear(); //wxScrolledWindow::Clear();
ResizeScrollbars(true); ResizeScrollbars(true);
SetDirty(); SetDirty();
SetModified(FALSE); SetModified(FALSE);

View File

@@ -640,8 +640,8 @@ bool wxResourceManager::DeleteWindow(wxWindow* win)
win->Destroy(); win->Destroy();
if (clearDisplay) //if (clearDisplay)
m_editorPanel->Clear(); // m_editorPanel->Clear();
return TRUE; return TRUE;
} }
@@ -1218,7 +1218,7 @@ void wxResourceManager::ClearCurrentDialog()
DisassociateResource(m_editorPanel->m_childWindow); DisassociateResource(m_editorPanel->m_childWindow);
DeleteWindow(m_editorPanel->m_childWindow); DeleteWindow(m_editorPanel->m_childWindow);
m_editorPanel->m_childWindow = NULL; m_editorPanel->m_childWindow = NULL;
m_editorPanel->Clear(); //m_editorPanel->Clear();
} }
} }