- some fixed due of recent changes and some strings changed

- added a validator for the FCColorEntry GUI element such that only the valid chars are accepted
This commit is contained in:
Marius Stanciu
2020-06-01 21:22:03 +03:00
committed by Marius
parent 54407f6e50
commit cb5a20fda6
7 changed files with 11 additions and 21 deletions

View File

@@ -8906,7 +8906,7 @@ class App(QtCore.QObject):
"""
self.log.debug("Plot_all()")
if muted is not True:
self.inform[str, bool].emit('[success] %s...' % _("Redrawing all objects"), False)
self.inform[str, bool].emit('%s...' % _("Redrawing all objects"), False)
for plot_obj in self.collection.get_list():
def worker_task(obj):