Skip to content

Commit

Permalink
patternist: fix current pattern not being set in inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 26, 2024
1 parent bf2a3db commit c311791
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class InspectorWidget final : public Process::InspectorWidgetDelegate_T<ProcessM
m_lanes.setValue(pat.lanes.size());
m_duration.setValue(pat.length);
m_rate.setValue(pat.division);
m_currentPattern.setValue(obj.currentPattern());

auto lay = new QFormLayout{this};

Expand Down

0 comments on commit c311791

Please sign in to comment.