ups, forgot this one, but it doesn't help. views seem to have no clipping applied to them at all now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12171 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
03339b3565
commit
fbdc6c450d
@ -156,9 +156,9 @@ Painter::SetDrawData(const DrawData* data)
|
||||
SetBlendingMode(data->alphaSrcMode, data->alphaFncMode);
|
||||
SetPenLocation(data->penlocation);
|
||||
SetFont(data->font);
|
||||
if (data->clipReg) {
|
||||
ConstrainClipping(*data->clipReg);
|
||||
}
|
||||
// if (data->clipReg) {
|
||||
// ConstrainClipping(*data->clipReg);
|
||||
// }
|
||||
fPatternHandler->SetPattern(data->patt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user