Update a few modules and VCV

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-23 20:40:34 +00:00
parent 4c4c3ae135
commit 8df28459a2
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
13 changed files with 29 additions and 27 deletions

View file

@ -15,6 +15,11 @@ void loadThemeAndContrastFromDefault(int* panelTheme, float* panelContrast) {
}
bool isDark(int*) {
return true;
}
void createPanelThemeMenu(ui::Menu*, int*, float*, SvgPanel*) {}
@ -51,6 +56,6 @@ void InverterWidget::draw(const DrawArgs& args) {
nvgFill(args.vg);
nvgClosePath(args.vg);
// nvgRestore(args.vg);
}
}
}