mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
Draw: Numerous fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@1473 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cf0af7d760
commit
90bf24af9c
5 changed files with 51 additions and 60 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue