mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
New painter examples
git-svn-id: svn://ultimatepp.org/upp/trunk@869 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ea8d677f93
commit
b556ccca12
17 changed files with 176 additions and 16 deletions
|
|
@ -31,7 +31,7 @@ void App::DoPaint0(Painter& sw)
|
|||
sw.LineCap(~ctrl.linecap);
|
||||
sw.LineJoin(~ctrl.linejoin);
|
||||
{ PAINTER_TIMING("FILL");
|
||||
sw.Clear(White());
|
||||
sw.Clear(White());
|
||||
}
|
||||
PAINTER_TIMING("Paint");
|
||||
if(list.IsCursor())
|
||||
|
|
@ -173,6 +173,7 @@ App::App() {
|
|||
ctrl.print <<= THISBACK(Print);
|
||||
Reset();
|
||||
LoadFromFile(*this);
|
||||
Title("Painter 2.0");
|
||||
}
|
||||
|
||||
App::~App()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue