There was an error while loading. Please reload this page.
1 parent bf6708d commit 60a42b5Copy full SHA for 60a42b5
1 file changed
radio/src/gui/colorlcd/model/curveedit.cpp
@@ -328,6 +328,7 @@ void CurveEditWindow::buildBody(Window* window)
328
new TextButton(iLine, rect_t{0, 0, EdgeTxStyles::EDIT_FLD_WIDTH_NARROW, 0}, STR_SMOOTH, [=]() {
329
g_model.curves[index].smooth = !g_model.curves[index].smooth;
330
Messaging::send(Messaging::CURVE_EDIT);
331
+ SET_DIRTY();
332
return g_model.curves[index].smooth;
333
});
334
smooth->check(g_model.curves[index].smooth);
0 commit comments