'Save As...' working again. :-)
This commit is contained in:
parent
83281067f9
commit
974faa58b8
@ -1281,7 +1281,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]".
|
ifNotNil:[self saveToFile: file].
|
||||||
browser update.
|
browser update.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user