X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fc9385a2c0054257b8c48d22d3a523afd6252a6..0dfb2393ddd200cb698351dbd44590898590d8c1:/utils/dialoged/src/reseditr.cpp diff --git a/utils/dialoged/src/reseditr.cpp b/utils/dialoged/src/reseditr.cpp index 2d33bddd2c..0b9968031c 100644 --- a/utils/dialoged/src/reseditr.cpp +++ b/utils/dialoged/src/reseditr.cpp @@ -640,8 +640,8 @@ bool wxResourceManager::DeleteWindow(wxWindow* win) win->Destroy(); - if (clearDisplay) - m_editorPanel->Clear(); + //if (clearDisplay) + // m_editorPanel->Clear(); return TRUE; } @@ -1218,7 +1218,7 @@ void wxResourceManager::ClearCurrentDialog() DisassociateResource(m_editorPanel->m_childWindow); DeleteWindow(m_editorPanel->m_childWindow); m_editorPanel->m_childWindow = NULL; - m_editorPanel->Clear(); + //m_editorPanel->Clear(); } }