fixed a really lame bug in the StrokeLine call that caused all these problems with line drawing and or invalidation afterwards, avoid transforming the clipping region into another format used by AGG by using a special BRegion based renderer

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12400 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-04-15 08:15:04 +00:00
parent 519c55739f
commit 17360617d2
2 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ class Painter {
BRect _Transform(const BRect& rect) const;
BRect _Clipped(const BRect& rect) const;
void _RebuildClipping();
// void _RebuildClipping();
void _UpdateFont();
void _UpdateLineWidth();