.examples

git-svn-id: svn://ultimatepp.org/upp/trunk@12518 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-11-12 09:26:16 +00:00
parent 42b01f372c
commit 66ff8b8ba3
2 changed files with 5 additions and 3 deletions

View file

@ -96,6 +96,7 @@ void App::Paint(Draw& w)
else
sw.Clear(White());
sw.Co(ctrl.mt);
sw.PreClip(ctrl.preclip);
DoPaint(sw);
}
w.DrawImage(0, 0, ib);