This commit is contained in:
e2002
2022-10-18 10:08:42 +03:00
parent aac04b6a9e
commit bfb6cd822a
7 changed files with 55 additions and 33 deletions

View File

@@ -258,7 +258,7 @@ void SliderWidget::_draw() {
}
void SliderWidget::_clear() {
_oldvalwidth = 0;
// _oldvalwidth = 0;
dsp.fillRect(_config.left, _config.top, _width, _height, _bgcolor);
}
/************************