- fixed links in Attributions tab in Help -> About FlatCAM to be able to open external links.
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
25.04.2020
|
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
|
- 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
|
24.04.2020
|
||||||
|
|
||||||
|
|||||||
@@ -4657,6 +4657,7 @@ class App(QtCore.QObject):
|
|||||||
'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
|
'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
attributions_label.setOpenExternalLinks(True)
|
||||||
|
|
||||||
# layouts
|
# layouts
|
||||||
layout1 = QtWidgets.QVBoxLayout()
|
layout1 = QtWidgets.QVBoxLayout()
|
||||||
|
|||||||
Reference in New Issue
Block a user