Page MenuHomePhabricator

Loading a scene/project file does not reinit the views
Closed, ResolvedPublic

Description

see core modification request.

Event Timeline

Is FileOpenAction the same thing that is used during Drag&Drop? Otherwise the drag&drop piece of code should be modified as well.

[SVN revision 20060]
FIX (#2925): perform reinit if a scene file is loaded.

(In reply to comment #2)

Is FileOpenAction the same thing that is used during Drag&Drop? Otherwise the
drag&drop piece of code should be modified as well.

You would think so, but Drag&Drop executes completely different code in QmitkDnDFrameWidget.cpp - Scene loading isn't implemented there at all. Hannes said, he would fix that. It would make sense to use the same code for loading and only handle the filename creation different. Hannes, what is the status with that?

I will try to fix the DnD loading today.

DRag & Drop of scene files is handled in T2950, closing this one now.