Closed teddyrendahl closed 5 years ago
While testing locally, showEvent and repaint will call the paintEvent method on widgets, this does not work on CI. An approach more inline with the PyDM test below is required.
showEvent
repaint
paintEvent
https://github.com/slaclab/pydm/blob/master/pydm/tests/widgets/test_lineedit.py#L572-L618
While testing locally,
showEvent
andrepaint
will call thepaintEvent
method on widgets, this does not work on CI. An approach more inline with the PyDM test below is required.https://github.com/slaclab/pydm/blob/master/pydm/tests/widgets/test_lineedit.py#L572-L618