Skip to content

Commit

Permalink
rdtimeedit - ElvishArtisan#994
Browse files Browse the repository at this point in the history
  • Loading branch information
flipmcf committed Nov 25, 2024
1 parent 019d0bf commit 4c4c24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdtimeedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void RDTimeEdit::stepBy(int steps)
d_step_enabled=QTimeEdit::stepEnabled();
}
else {
d_step_enabled=0;
d_step_enabled=StepNone;
if(tenths>tenths_lo_limit) {
d_step_enabled=d_step_enabled|StepDownEnabled;
}
Expand Down

0 comments on commit 4c4c24b

Please sign in to comment.