[PyMOL] possible bug mouse coordinates

2019-06-13 Thread Arnaud Basle
Dear All, We may have found a bug where pymol does not get the correct mouse location on the screen. We are using Version 2.3.0a0 on linux Mint 19 (~ubuntu). Maybe people can try to reproduce the bug: open a pdb file display sticks try to select residues or recenter and it should work fine

Re: [PyMOL] possible bug mouse coordinates

2019-06-13 Thread Arnaud Basle
Dear All, We found that our home compiled version has the problem just even doing: load a pdb change the colour and then the mouse coordinates are wrong... Anyone else? Cheers, Arnaud On 13/06/2019 14:33, Arnaud Basle wrote: Dear All, We may have found a bug where pymol does not get the

Re: [PyMOL] possible bug mouse coordinates

2019-06-13 Thread Thomas Holder
Hi Arnaud, I can reproduce both issues, at least with "sticks" representation. Apparently PyMOL is missing pick color invalidation somewhere. As a workaround, click the "Rebuild" button (upper right button box), or type the "rebuild" command. After that, picking should be correct again. Cheers