Update a few modules and VCV
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4c4c3ae135
commit
8df28459a2
13 changed files with 29 additions and 27 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue