DrawString updates the pen position
Removed a bug preventing use of antialiasing in DrawString StrokeLine updates the pen position now Added a couple forgotten break statements to a few cases in DispatchMessage git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9383 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -620,6 +620,7 @@ void ViewDriver::StrokeLineArray(const int32 &numlines, const LineArrayData *lin
|
||||
Lock();
|
||||
screenwin->Lock();
|
||||
framebuffer->Lock();
|
||||
|
||||
drawview->SetPenSize(d->pensize);
|
||||
drawview->SetDrawingMode(d->draw_mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user