Minor tweaks to saving. Still getting an error message.
This commit is contained in:
parent
67cf3395c4
commit
53739c6026
@ -1180,7 +1180,7 @@ GrafoscopioBrowser >> saveToFileUI [
|
|||||||
path: nil.
|
path: nil.
|
||||||
file
|
file
|
||||||
ifNil: [ self inform: 'Exportación cancelada'. ^ self ]
|
ifNil: [ self inform: 'Exportación cancelada'. ^ self ]
|
||||||
ifNotNilDo:[self saveToFile: file].
|
"ifNotNilDo:[self saveToFile: file]".
|
||||||
browser update.
|
browser update.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user