mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5620
This commit is contained in:
parent
09c87f1c16
commit
dd77e27ec5
|
@ -113,10 +113,12 @@ CMainFrame::CMainFrame(wxString strTitle) :
|
||||||
m_pFrameRenderTimer->Start(1000); // Send event every 1 second
|
m_pFrameRenderTimer->Start(1000); // Send event every 1 second
|
||||||
m_pFrameListPanelRenderTimer->Start(5000); // Send event every 5 seconds
|
m_pFrameListPanelRenderTimer->Start(5000); // Send event every 5 seconds
|
||||||
|
|
||||||
SetStatusBarPane(0);
|
|
||||||
|
|
||||||
RestoreState();
|
RestoreState();
|
||||||
|
|
||||||
|
SetStatusBarPane(0);
|
||||||
|
PositionStatusBar();
|
||||||
|
SendSizeEvent();
|
||||||
|
|
||||||
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::CMainFrame - Function End"));
|
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::CMainFrame - Function End"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -355,8 +357,6 @@ bool CMainFrame::CreateStatusbar()
|
||||||
m_ptxtDisconnect = new wxStaticText(m_pStatusbar, -1, _("Disconnected"), wxPoint(0, 0), wxDefaultSize, wxALIGN_LEFT );
|
m_ptxtDisconnect = new wxStaticText(m_pStatusbar, -1, _("Disconnected"), wxPoint(0, 0), wxDefaultSize, wxALIGN_LEFT );
|
||||||
m_ptxtDisconnect->Hide();
|
m_ptxtDisconnect->Hide();
|
||||||
|
|
||||||
SendSizeEvent();
|
|
||||||
|
|
||||||
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::CreateStatusbar - Function End"));
|
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::CreateStatusbar - Function End"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -403,8 +403,6 @@ bool CMainFrame::DeleteStatusbar()
|
||||||
delete m_pStatusbar;
|
delete m_pStatusbar;
|
||||||
m_pStatusbar = NULL;
|
m_pStatusbar = NULL;
|
||||||
|
|
||||||
SendSizeEvent();
|
|
||||||
|
|
||||||
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::DeleteStatusbar - Function End"));
|
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::DeleteStatusbar - Function End"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue