- updated Tool Optimal with display of all distances (and locations of the middle point between where they happen) found in the Gerber Object

This commit is contained in:
Marius Stanciu
2019-10-06 17:37:33 +03:00
committed by Marius
parent 1a841e3fdc
commit aafe2c9e89
4 changed files with 94 additions and 25 deletions

View File

@@ -1809,7 +1809,7 @@ class _BrowserTextEdit(QTextEdit):
def clear(self):
QTextEdit.clear(self)
text = "FlatCAM %s - Open Source Software - Type help to get started\n\n" % self.version
text = "FlatCAM %s - Type >help< to get started\n\n" % self.version
text = html.escape(text)
text = text.replace('\n', '<br/>')
self.moveCursor(QTextCursor.End)