Skip to content

Remove the step indicator when the widget is in read only

Valentin Valls requested to merge cherry-pick-568c0e96 into master

(cherry picked from commit 568c0e96)

When the widget is in readOnly it was setup this way in the layout and will always be disabled.

There is no need to display the step indicator.

This PR remove that stuff.

Before: image

After: image

Edited by Valentin Valls

Merge request reports