Skip to content

Commit

Permalink
push2: device sel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnobear committed Apr 13, 2019
1 parent 06d8725 commit 40b8007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mec-api/devices/push2/mec_push2_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ void P2_ModuleMode::activate() {
selectedModuleIdx_ = 0;
selectedCatIdx_ = 0;
catOffset_ = 0;
modules_.clear();
categories_.clear();

auto res = pRack->getResources("module");

Expand Down

0 comments on commit 40b8007

Please sign in to comment.