Mentions légales du service

Skip to content

scalar bar range change is not desired by users

LACROIX Romain requested to merge feature/restore_original_range into develop

This does two things :

  1. replace the push button "reset range" to a checkbox with two states. The checkbox controls the variable "original_range". It allows the user to disable the automatic range scale (without the special trick of changing range values to stop the automatic range scale).

  2. restore the saved setting "original_range" which is plugged into the new checkbox.

  3. disable the min/max QLineEdit when the mode is automatic, because these widgets can lose focus when they're being edited and their values change at the same time

Edited by LACROIX Romain

Merge request reports