From 9ee7e1d00daafdb245a4f7b04ec40fe00e6ba33f Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 17 Jan 2009 11:58:39 +0000 Subject: [PATCH] Improved PainterExamples git-svn-id: svn://ultimatepp.org/upp/trunk@778 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/PainterExamples/RadialFocus.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/PainterExamples/RadialFocus.cpp b/examples/PainterExamples/RadialFocus.cpp index 8f439b50d..53f43aad2 100644 --- a/examples/PainterExamples/RadialFocus.cpp +++ b/examples/PainterExamples/RadialFocus.cpp @@ -3,8 +3,7 @@ void RadialFocus(Painter& sw) { sw.Circle(400.5, 400.5, 200) - .ColorStop(0.7, LtBlue()) - .Fill(300, 300, White(), 400.5, 400.5, 200, Black()) + .Fill(300, 300, White(), 400.5, 400.5, 200, LtBlue()) ; }