mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11435
This commit is contained in:
parent
a5c955fa6b
commit
eedec3f7a5
|
@ -186,16 +186,3 @@ void CTransparentStaticTextAssociate::OnMouse(wxMouseEvent& event) {
|
|||
}
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
void CTransparentStaticTextAssociate::OnEraseBackground(wxEraseEvent& event){
|
||||
CSkinSimple* pSkinSimple = wxGetApp().GetSkinManager()->GetSimple();
|
||||
|
||||
wxASSERT(pSkinSimple);
|
||||
wxASSERT(wxDynamicCast(pSkinSimple, CSkinSimple));
|
||||
|
||||
wxDC *dc = event.GetDC();
|
||||
dc->DrawBitmap(*pSkinSimple->GetPreferencesDialogBackgroundImage()->GetBitmap(), 0, 0);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue