We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a2325 commit 0190af3Copy full SHA for 0190af3
src/views/view.c
@@ -1744,7 +1744,7 @@ void dt_view_paint_surface(cairo_t *cr,
1744
1745
if(dev->preview_pipe->output_imgid == dev->image_storage.id
1746
&& (port->pipe->output_imgid != dev->image_storage.id
1747
- || backbuf_scale != buf_scale
+ || fabsf(backbuf_scale / buf_scale - 1.0f) > .09f
1748
|| floor(maxw / 2 / back_scale) - 1 > MIN(- trans_x, trans_x + buf_width)
1749
|| floor(maxh / 2 / back_scale) - 1 > MIN(- trans_y, trans_y + buf_height))
1750
&& (port == &dev->full || port == &dev->preview2))
0 commit comments