mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps] Shared: In curve view, correct the dirty tracking when changing
the banner, the cursor or the OK views
This commit is contained in:
committed by
EmilieNumworks
parent
7cd05e520a
commit
b387769eb4
@@ -83,7 +83,6 @@ bool SumGraphController::handleEvent(Ion::Events::Event event) {
|
||||
app()->setFirstResponder(m_legendView.textField());
|
||||
m_graphView->setAreaHighlightColor(false);
|
||||
m_graphView->setCursorView(&m_cursorView);
|
||||
m_graphView->reload();
|
||||
m_endSum = m_cursor->x();
|
||||
m_legendView.setEditableZone(m_endSum);
|
||||
m_legendView.setSumSymbol(m_step, m_startSum);
|
||||
@@ -197,7 +196,6 @@ bool SumGraphController::handleEnter() {
|
||||
m_legendView.setLegendMessage(I18n::Message::Default, m_step);
|
||||
m_graphView->setAreaHighlightColor(true);
|
||||
m_graphView->setCursorView(nullptr);
|
||||
m_graphView->reload();
|
||||
myApp->setFirstResponder(this);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user