flika-org / flika

An interactive image processing program for biologists written in Python.
http://flika-org.github.io/
MIT License
22 stars 1 forks source link

Trace window update #10

Closed kyleellefsen closed 7 years ago

kyleellefsen commented 7 years ago

When the file is long and the ROI is big, sometimes the tracefig gets frozen and has to be closed and reopened. It only happens sometimes, it's hard to replicate.

kyleellefsen commented 7 years ago

Nice job @BrettJSettle! Just tested this on my Mac and the

self.timer = QtCore.QTimer()
self.timer.timeout.connect(self.p1.update)
self.timer.start()

you put inside tracefig.py fixes it.