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
109 stars 38 forks source link

When you use "zoom" you are lost on the drawing #223

Open JoopN opened 1 year ago

JoopN commented 1 year ago

With the problems of choosing a part I zoom in on the schematic drawing. I have to remember the coordinates, because I will not end on the point where I am busy. The same goes for scaling down, you are totally lost on the drawing unless you did remember where you was busy. Is it possible that the program brings you back to the point with the last action?

DarwinNE commented 1 year ago

Hello, this can certainly happen. I once implemented gestures such as the "pinch" to zoom or un-zoom in the Android version of the code (now abandoned and probably obsolete). I don't know if it can be done on the standard Java Swing.

Kind regards, D.