Fixing UI selector migration bug.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-02-18 22:33:47 +00:00
parent 654ddf1678
commit 7a6f5d54a6
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