ccp4 / DUI

CCP4 DIALS User Interface
GNU General Public License v2.0
5 stars 3 forks source link

Image status bar not updating #155

Closed dagewa closed 4 years ago

dagewa commented 4 years ago

DUI master branch appears not to update the image status bar Screenshot from 2020-02-25 13-51-25 or it does update, but only very occasionally. I'm trying to work out what is going on

dagewa commented 4 years ago

Possible this is related


  File "/home/fcx32934/sw/dui/ccp4-7.1/lib/py2/site-packages/dui/outputs_n_viewers/img_viewer.py", line 283, in mousePressEvent
    self.x_prev, self.y_prev = self.x_pos, self.y_pos
AttributeError: 'ImgPainter' object has no attribute 'x_pos'```
dagewa commented 4 years ago

This actually appeared to be a problem with my computer. Something up with the keypad such that it was locked into click-and-drag. Issue gone after reboot :man_shrugging: