mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[apps/calculation] Reset expression scroll when changing selection
Change-Id: Ia2a46a7d39c735d55947cca03a8f84e1f711d12b
This commit is contained in:
@@ -64,6 +64,7 @@ void HistoryViewCell::reloadCell() {
|
||||
layoutSubviews();
|
||||
EvenOddCell::reloadCell();
|
||||
m_inputView.reloadScroll();
|
||||
m_outputView.reloadScroll();
|
||||
}
|
||||
|
||||
void HistoryViewCell::didBecomeFirstResponder() {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user