flatcam/flatcamEditors
Marius Stanciu d7cb8a5825 - Gerber Editor: reduced the delay to show UI when editing an empty Gerber object
- update the order of event handlers connection in Editors to first connect new handlers then disconnect old handlers. It seems that if nothing is connected some VispY functions like canvas panning no longer works if there is at least once nothing connected to the 'mouse_move' event
- Excellon Editor: update so always there is a tool selected even after the Execllon object was just edited; before it always required a click inside of the tool table, not you do it only if needed.
- fixed the menu File -> Edit -> Edit/Close Editor entry to reflect the status of the app (Editor active or not)
2019-04-15 16:19:30 +03:00
..
__init__.py - added a missing __init__.py file in the flatcamEditors folder needed by the app freezing 2019-04-13 17:00:03 +03:00
FlatCAMExcEditor.py - Gerber Editor: reduced the delay to show UI when editing an empty Gerber object 2019-04-15 16:19:30 +03:00
FlatCAMGeoEditor.py - Gerber Editor: reduced the delay to show UI when editing an empty Gerber object 2019-04-15 16:19:30 +03:00
FlatCAMGrbEditor.py - Gerber Editor: reduced the delay to show UI when editing an empty Gerber object 2019-04-15 16:19:30 +03:00