Skip to content

Commit c175ba1

Browse files
committedFeb 9, 2022
Also reset routing if HOA type isn't set
1 parent 0085eb1 commit c175ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ear-production-suite-plugins/plugins/hoa/src/hoa_frontend_connector.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ void HoaJuceFrontendConnector::comboBoxChanged(EarComboBox* comboBox) {
199199
*(p_->getPackFormatIdValue()) = comboBox->getSelectedId();
200200
} else {
201201
*(p_->getPackFormatIdValue()) = 0;
202+
*(p_->getRouting()) = -1;
202203
}
203204
}
204205
if (!routingComboBox_.expired() &&

0 commit comments

Comments
 (0)