Skip to content
Commit 28f01e58 authored by Marcel Wiesweg's avatar Marcel Wiesweg
Browse files

Sort filter model when an image is synchronously added to the editor's image model.

Navigation was broken because in the immediate event loop scope, the new image was the last,
so forward was disabled.
When the asynchronous operation in the model finished shortly afterwards, the filter model is resorted,
so we never saw the problem.

BUG: 306815
FIXED-IN: 3.0
parent c57d1570
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment