git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5809
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DrawAnyText(text, x, y);
(void)::SelectObject(GetHdc(), hfontOld);
DrawAnyText(text, x, y);
(void)::SelectObject(GetHdc(), hfontOld);
+ (void)::DeleteObject(hfont);
}
// call the bounding box by adding all four vertices of the rectangle
}
// call the bounding box by adding all four vertices of the rectangle
wxLogLastError("BitBlt");
}
}
wxLogLastError("BitBlt");
}
}
::SetTextColor(GetHdc(), old_textground);
::SetBkColor(GetHdc(), old_background);
::SetTextColor(GetHdc(), old_textground);
::SetBkColor(GetHdc(), old_background);