ui: Fixed correct location not always shown in single file code view when going back to activated edge
This commit is contained in:
@@ -32,7 +32,6 @@ void CodeController::handleMessage(MessageActivateAll* message)
|
||||
TRACE("code all");
|
||||
|
||||
saveOrRestoreViewMode(message);
|
||||
clear();
|
||||
|
||||
Project* currentProject = Application::getInstance()->getCurrentProject().get();
|
||||
if (!currentProject || message->acceptedNodeTypes != NodeTypeSet::all())
|
||||
|
||||
Reference in New Issue
Block a user