- created custom classes derived from TextEdit and from LineEdit where I overloaded the context menu and I made all the other classes that were inheriting from them to inherit from those new classes

This commit is contained in:
Marius Stanciu
2020-10-27 10:51:00 +02:00
committed by Marius
parent 2e93c20c97
commit 4077a48614
3 changed files with 372 additions and 452 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
=================================================
27.10.2020
- created custom classes derived from TextEdit and from LineEdit where I overloaded the context menu and I made all the other classes that were inheriting from them to inherit from those new classes
26.10.2020
- added a new menu entry and functionality in the View category: enable all non-selected (shortcut key ALT+3)