mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Direct2D: Reset pending clip list after setting device space origin
https://forum.juce.com/t/the-juce-8-preview-branch-is-available-now/60950/144?u=matt
This commit is contained in:
parent
dfb21da572
commit
77f6eb00ff
1 changed files with 2 additions and 0 deletions
|
|
@ -853,6 +853,8 @@ void Direct2DGraphicsContext::setOrigin (Point<int> o)
|
|||
applyPendingClipList();
|
||||
|
||||
currentState->currentTransform.setOrigin (o);
|
||||
|
||||
resetPendingClipList();
|
||||
}
|
||||
|
||||
void Direct2DGraphicsContext::addTransform (const AffineTransform& transform)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue