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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue