- fixed links in Attributions tab in Help -> About FlatCAM to be able to open external links.

This commit is contained in:
Marius Stanciu 2020-04-25 07:30:10 +03:00 committed by Marius
parent 0295950000
commit 74582d02df
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
25.04.2020
- ensured that on Graceful Exit (CTRL+ALT+X key combo) if using Progressive Plotting, the eventual residual plotted lines are deleted. This apply for Tool NCC and Tool Paint
- fixed links in Attributions tab in Help -> About FlatCAM to be able to open external links.
24.04.2020

View File

@ -4657,6 +4657,7 @@ class App(QtCore.QObject):
'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
)
)
attributions_label.setOpenExternalLinks(True)
# layouts
layout1 = QtWidgets.QVBoxLayout()