]> git.lyx.org Git - features.git/commit
Properly reschedule refresh of previews
authorEnrico Forestieri <forenr@lyx.org>
Sun, 21 Jun 2015 15:21:19 +0000 (17:21 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 21 Jun 2015 15:21:19 +0000 (17:21 +0200)
commit592219c1f1c5f27d3bb3274906fc932c4983ee3a
tree09e7d74362430da362af92f42e1618e5e4e45d2b
parent2973108a62c893981568c7cbc6ac3bd4db3a92f1
Properly reschedule refresh of previews

If the zoom factor is changed right while the previews are being
regenerated, the refreshPreviews() method is a no-op. So, reschedule
the refresh until everything is ready.
src/graphics/PreviewLoader.cpp