Skip to content
Snippets Groups Projects
Commit cee16022 authored by Eike Ziller's avatar Eike Ziller
Browse files

Fix wrong progress when loading session.


The code was trying to show one tick for each editor that is opened, but
editors are actually only opened for a file, if it is visible in a view.
So editorOpened is only sent for one editor per open split.
The new code just shows one tick for restoring editors, to keep things
simple.

Change-Id: I6a24061858f532c3ccfded9677b8928ae62a1448
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 65c2930c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment