Fixing UI selector migration bug.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-02-18 22:33:47 +00:00 committed by SantiagoBragagnolo
parent a47c6c1b5a
commit feb4613439
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ GrafoscopioNotebook >> openFromFileSelector [
file ifNil: [
self inform: 'No file selected'.
^ self ].
self workingFile: file fullPath.
self workingFile: file.
nb := self class new.
nb openFromFile: self workingFile.
GfUIHelpers updateRecentNotebooksWith: workingFile