Fixing UI selector migration bug.
This commit is contained in:
parent
654ddf1678
commit
7a6f5d54a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user