kuadrat / arpys

ARPES data analysis tools
GNU Lesser General Public License v3.0
12 stars 4 forks source link

pit: visual bug when changing slider widths #6

Closed kuadrat closed 4 years ago

kuadrat commented 5 years ago

Changing the slider width of mw.integrated_plot using the arrow keys or through a console command does sometimes not or incorrectly update the width visually. In particular, the width increases normally up to a certain point, after which nothing happens anymore. When the slider is dragged or moved the width immediately updates, however. Decreasing the width again seems to work fine.

Some inspection indicates that this is a pyqtgraph issue, not a pyqt or arpys . pen_width.py.txt pen_width_pyqtgraph.py.txt