pymmcore-plus / pymmcore-widgets

A set of Qt-based widgets onto the pymmcore-plus model
https://pymmcore-plus.github.io/pymmcore-widgets
Other
12 stars 7 forks source link

fix: "range" in range-around z-stack widget starts form 0 (no negative numbers) #379

Closed fdrgsp closed 2 weeks ago

fdrgsp commented 2 weeks ago

fix for #376: set the minimum possible range for the RANGE_AROUND mode to 0 so we do not have negative values.

closes #376

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.71%. Comparing base (d58003b) to head (69967bd). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #379 +/- ## ======================================= Coverage 90.71% 90.71% ======================================= Files 85 85 Lines 9188 9188 ======================================= Hits 8335 8335 Misses 853 853 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.