NanoDevelopmentGroup / SANDBOX-Python-Graphing-Calculator

A simple desktop application for graphing calculations using Python and a PyQt GUI.
2 stars 1 forks source link

Image Icon double click crash #2

Open jonathan-rasmussen opened 4 years ago

jonathan-rasmussen commented 4 years ago

New bug found. Double clicking the Autograph image at the top left of the window will cause the application to crash.

LoganTellier commented 4 years ago

Noted this is standard behaviour for some applications - including PyQt based. Will investigate and override this behaviour, removing double-click response.