miguelmoreto / labcontrole

The LabControle is a simulation software for linear control systems. It is designed to be used as an auxiliary tool for teaching classical control system theory.
http://sites.google.com/site/controlelab/
9 stars 2 forks source link

Graphic point navigation works even when in zoom or pan modes #18

Closed andidevel closed 6 years ago

andidevel commented 7 years ago

Graphic point navigation was disabled when Zoom/Pan functions were activated, to avoid mouse events conflicts. However, in order to the navigation works again, it was needed release Zoom/Pan buttons.

Now, graphic point navigation feature works in any mode.

miguelmoreto commented 6 years ago

@andidevel , just to inform you. The master branch of the repository is now the code ported to python 3 with pyQt5. I've created a branch for the code using python 2.7 and pyQt4. But I have no intention to continue developing in such branch.

I also found and already corrected a bug regarding your new navigation toolbar. The bug occurred in discrete time simulation.

Best regards!

andidevel commented 6 years ago

Cool. I'm migrating to Python 3 by myself, but new apps only, some legacy software I'll keep in Python 2.7.

I'll clone/fork the master branch to catch up with the code and try to continue helping as I can. I'm having a pleasant experience contributing.