DarwinNE / FidoCadJ

FidoCadJ is a free user-friendly vector graphic editor for MacOSX, Linux, Windows and Android with a library of electronic symbols.
http://darwinne.github.io/FidoCadJ/
GNU General Public License v3.0
111 stars 40 forks source link

Copy / paste key command blocked #182

Closed Max2433BO closed 4 years ago

Max2433BO commented 4 years ago

Hi @DarwinNE ,

I found a problem with the commands CTRL + C, CTRL + V in FidoCadJ 0.24.7 and 0.24.8_delta.

If you try to use the commands mentioned above with focused zoom, they don't work: you can select the image with the mouse but by pressing the CTRL + C and CTRL + V keys nothing is obtained (the image remains highlighted in green).

Note: some times digits appear in the zoom box when the CTRL + V keys are pressed (see image)

Blocco_copia_incolla

If you deselect the zoom (for example by clicking in an empty part of the work window) the CTRL + C and CTRL + V sequence works normally.

Bye, Max

DarwinNE commented 4 years ago

The issue is that the zoom combo box element receives the focus way too often. I'll try to fix this.