mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/interactive_curve_view_range] Status markers
Add member variable m_zoomAuto and m_zoomNormalized to remember the interactive range's status. Change-Id: I77c43ddd683d3c6011742801139d23f5e20c99fe
This commit is contained in:
committed by
Émilie Feral
parent
13d1b7077c
commit
e2725c8e61
@@ -81,6 +81,9 @@ int RangeParameterController::reusableParameterCellCount(int type) {
|
||||
|
||||
void RangeParameterController::buttonAction() {
|
||||
*m_interactiveRange = m_tempInteractiveRange;
|
||||
m_interactiveRange->setZoomAuto(false);
|
||||
m_interactiveRange->checkForNormalizedRange();
|
||||
|
||||
StackViewController * stack = stackController();
|
||||
stack->pop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user