Alternative approach to custom module widget behaviour

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-11-30 21:52:32 +00:00
parent 377cf01ddc
commit dca76207e7
21 changed files with 1727 additions and 340 deletions

View file

@ -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();
}