Skip to content

Commit

Permalink
merger: fix inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 2, 2025
1 parent e9d9e3e commit 65790e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/score-plugin-media/Media/Merger/Inspector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class InspectorWidget final : public Process::InspectorWidgetDelegate_T<Model>

m_mode.addItem("Stereo");
m_mode.addItem("Mono");
m_mode.setCurrentIndex(obj.mode() == Merger::Model::Mono ? 1 : 0);

auto lay = new QFormLayout{this};

Expand Down

0 comments on commit 65790e5

Please sign in to comment.