Alternative approach to custom module widget behaviour
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
377cf01ddc
commit
dca76207e7
21 changed files with 1727 additions and 340 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "../Bidoo/src/plugin.hpp"
|
||||
#undef ModuleWidget
|
||||
|
||||
void InstantiateExpanderItem::onAction(const event::Action &e) {
|
||||
engine::Module* module = model->createModule();
|
||||
|
@ -36,5 +35,5 @@ void BidooWidget::prepareThemes(const std::string& filename) {
|
|||
}
|
||||
|
||||
void BidooWidget::step() {
|
||||
CardinalModuleWidget::step();
|
||||
ModuleWidget::step();
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e373378491d2cf3b8257137d154aef1d389c5204
|
||||
Subproject commit 82c3c5e11176c364b61d501059d9182e86464eca
|
|
@ -1 +1 @@
|
|||
Subproject commit 056cc2ec9186a4175d9214eee91e4ff5cc2e5fb1
|
||||
Subproject commit 494fefaf38cb48928a165fd20d1535a0690bf613
|
Loading…
Add table
Add a link
Reference in a new issue