Skip to content

Commit

Permalink
fix: Timer start value not saved when changed
Browse files Browse the repository at this point in the history
Resolves #1821
  • Loading branch information
pfeerick committed Apr 15, 2022
1 parent 499c3cd commit c213b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/gui/colorlcd/model_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,7 @@ void ModelSetupPage::build(FormWindow * window)
[timer, i](int32_t value) {
timer->start = value;
timerSet(i, value);
SET_DIRTY();
});
timerGrid.nextLine();

Expand Down

0 comments on commit c213b1a

Please sign in to comment.