fix indentation
svn: r11521
This commit is contained in:
parent
7901a9fbdf
commit
58a61558a9
|
@ -686,12 +686,12 @@ void wxFrame::CreateStatusLine(int number, char *WXUNUSED(name))
|
||||||
nb_status = number;
|
nb_status = number;
|
||||||
|
|
||||||
if (!wxSTATUS_LINE_FONT) {
|
if (!wxSTATUS_LINE_FONT) {
|
||||||
wxFont *f;
|
wxFont *f;
|
||||||
HDC dc;
|
HDC dc;
|
||||||
f = wxTheFontList->FindOrCreateFont(8, wxSYSTEM, wxNORMAL, wxNORMAL, FALSE);
|
f = wxTheFontList->FindOrCreateFont(8, wxSYSTEM, wxNORMAL, wxNORMAL, FALSE);
|
||||||
dc = ::GetDC(NULL);
|
dc = ::GetDC(NULL);
|
||||||
wxSTATUS_LINE_FONT = f->GetInternalFont(dc);
|
wxSTATUS_LINE_FONT = f->GetInternalFont(dc);
|
||||||
::ReleaseDC(NULL, dc);
|
::ReleaseDC(NULL, dc);
|
||||||
}
|
}
|
||||||
|
|
||||||
dc = GetDC(cframe->handle);
|
dc = GetDC(cframe->handle);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user