rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
133 stars 54 forks source link

GUI: Zoom box is too reactive #240

Closed rakhimov closed 6 years ago

rakhimov commented 6 years ago

It doesn't let you finish typing the value. For example, it is not possible to input values below 100% (have to hack around with copy-paste).

rakhimov commented 6 years ago

Now only the auto-suggestions are applied reactively while waiting for the user to finish typing the value. It is hard to tell whether this behavior is a feature or a bug :) Performance-wise, Qt Graphics is so fast that it is affordable to be reactive.