slac-lcls / ami

Other
6 stars 3 forks source link

Line width change does not work #84

Closed vespos closed 2 weeks ago

vespos commented 1 month ago

Changing the line-width on any of the plot does not work.

syamajala commented 1 month ago

We turned off changing the line width as there used to be a bug in Qt that caused the plots to update slowly when you change the width. I'm not sure if its still there or not. From what I remember it should work if you use opengl though.

vespos commented 1 month ago

Oh ok, interesting! What are the conditions under which we can or not use openGL?

syamajala commented 1 month ago

It should work in the hutches I believe. Maybe even with nomachine? You can try it with ami-local --use-opengl alternatively you can see if the issue is still there if you comment this if out: https://github.com/slac-lcls/ami/blob/master/ami/flowchart/library/Editors.py#L84

syamajala commented 2 weeks ago

This actually works with the latest qt without needing opengl