[apps/calculation] Reset expression scroll when changing selection

Change-Id: Ia2a46a7d39c735d55947cca03a8f84e1f711d12b
This commit is contained in:
Émilie Feral
2017-03-24 09:59:43 +01:00
parent 98ee0fdcd8
commit 784fe53679
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ void HistoryViewCell::reloadCell() {
layoutSubviews();
EvenOddCell::reloadCell();
m_inputView.reloadScroll();
m_outputView.reloadScroll();
}
void HistoryViewCell::didBecomeFirstResponder() {

View File

@@ -1,9 +1,9 @@
#include "interactive_curve_view_range.h"
#include <poincare.h>
#include <ion.h>
#include <math.h>
#include <stddef.h>
#include <assert.h>
#include <ion.h>
using namespace Poincare;