mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11474
This commit is contained in:
parent
a7f6263fce
commit
5b62cd5046
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue