[apps/shared] Set buttonAction method as protected

Change-Id: Iaef80fdbb6083be688fadc2b5fc515dbbd0d004c
This commit is contained in:
Hugo Saint-Vignes
2020-10-21 15:04:04 +02:00
committed by Émilie Feral
parent aadf8f5716
commit cab22fcbce
2 changed files with 2 additions and 3 deletions

View File

@@ -88,8 +88,7 @@ void RangeParameterController::buttonAction() {
m_interactiveRange->setZoomAuto(false);
m_interactiveRange->setZoomNormalize(m_interactiveRange->isOrthonormal());
StackViewController * stack = stackController();
stack->pop();
FloatParameterController::buttonAction();
}
}