Skip to content

Commit

Permalink
Category menu for patch subcategories (surge-synthesizer#1187)
Browse files Browse the repository at this point in the history
I was mis-calling this subcategory routine and got lucky.
Call it correctly and sub-menus on sub-categories work.

Closes surge-synthesizer#1186
  • Loading branch information
baconpaul authored Sep 17, 2019
1 parent 3d3ae76 commit 4303830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/gui/CPatchBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CMouseEventResult CPatchBrowser::onMouseDown(CPoint& where, const CButtonState&
}
}

populatePatchMenuForCategory(rightMouseCategory,contextMenu,single_category,main_e,true);
populatePatchMenuForCategory(rightMouseCategory,contextMenu,single_category,main_e,false);
}
else
{
Expand Down

0 comments on commit 4303830

Please sign in to comment.