diff options
Diffstat (limited to 'src/MarginView.cxx')
-rw-r--r-- | src/MarginView.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MarginView.cxx b/src/MarginView.cxx index fbe3488c0..4d040776d 100644 --- a/src/MarginView.cxx +++ b/src/MarginView.cxx @@ -172,6 +172,8 @@ void MarginView::RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const View pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); } } + pixmapSelPattern->FlushDrawing(); + pixmapSelPatternOffset1->FlushDrawing(); } } |