*** empty log message ***

svn path=/trunk/boinc/; revision=11474
This commit is contained in:
Charlie Fenton 2006-11-06 14:17:44 +00:00
parent a7f6263fce
commit 5b62cd5046
1 changed files with 4 additions and 2 deletions

View File

@ -352,8 +352,9 @@ void CSimplePanel::ReskinInterface() {
wxASSERT(pSkinSimple);
wxASSERT(wxDynamicCast(pSkinSimple, CSkinSimple));
//bg color
SetBackgroundColour(*pSkinSimple->GetBackgroundImage()->GetBackgroundColor());
Freeze();
//bg color
SetBackgroundColour(*pSkinSimple->GetBackgroundImage()->GetBackgroundColor());
if(notebookViewInitialized){
if (wrkUnitNB) wrkUnitNB->ReskinAppGUI();
@ -364,6 +365,7 @@ void CSimplePanel::ReskinInterface() {
//reskin component
if (projComponent) projComponent->ReskinInterface();
Thaw();
Refresh();
wxLogTrace(wxT("Function Start/End"), wxT("CSimplePanel::OnReloadSkin - Function End"));