- working on adding line numbers to the TextPlainEdit

This commit is contained in:
Marius Stanciu
2019-11-22 11:00:39 +02:00
committed by Marius
parent 67d31982ef
commit 0aff3a6d4c
4 changed files with 9 additions and 9 deletions

View File

@@ -5072,13 +5072,13 @@ class FlatCAMGeometry(FlatCAMObj, Geometry):
with self.app.proc_container.new(_("Generating CNC Code")):
if app_obj.new_object("cncjob", outname, job_init_single_geometry, plot=plot) != 'fail':
app_obj.inform.emit('[success] %s: %s' %
(_("CNCjob created")), outname)
(_("CNCjob created"), outname))
app_obj.progress.emit(100)
else:
with self.app.proc_container.new(_("Generating CNC Code")):
if app_obj.new_object("cncjob", outname, job_init_multi_geometry) != 'fail':
app_obj.inform.emit('[success] %s: %s' %
(_("CNCjob created")), outname)
(_("CNCjob created"), outname))
app_obj.progress.emit(100)
# Create a promise with the name