Draw: Numerous fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@1473 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-08-04 11:50:18 +00:00
parent cf0af7d760
commit 90bf24af9c
5 changed files with 51 additions and 60 deletions

View file

@ -11,6 +11,7 @@ void WinMetaFile::Init() {
void WinMetaFile::Paint(Draw& w, const Rect& r) const {
ChkP();
w.DrawRect(r, White());
if(!hemf)
return;
SystemDraw *h = dynamic_cast<SystemDraw *>(&w);