- added more editing features in the Selected Tab for the FlatCAMDocument object

This commit is contained in:
Marius Stanciu
2019-10-03 21:44:37 +03:00
committed by Marius
parent 1d2c046ecc
commit fb0edc6c18
13 changed files with 296 additions and 14 deletions

View File

@@ -762,7 +762,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
color='orange', name=str(obj.options['name'])))
elif obj.kind == 'document':
self.app.inform.emit(_('[selected]<span style="color:{color};">{name}</span> selected').format(
color='violet', name=str(obj.options['name'])))
color='darkCyan', name=str(obj.options['name'])))
except IndexError:
# FlatCAMApp.App.log.debug("on_list_selection_change(): Index Error (Nothing selected?)")
self.app.inform.emit('')