mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[poincare] Show grey squares in a matrix only if the cursor is in it.
Change-Id: I2e622de51a9c7af7b676ae9bd7bb3e9681f5d051
This commit is contained in:
@@ -62,6 +62,8 @@ void Controller::insertLayoutAtCursor(ExpressionLayout * layout, ExpressionLayou
|
||||
|
||||
bool Controller::privateHandleEvent(Ion::Events::Event event) {
|
||||
if (handleMoveEvent(event)) {
|
||||
m_expressionLayout->invalidAllSizesPositionsAndBaselines();
|
||||
m_view.layoutSubviews();
|
||||
return true;
|
||||
}
|
||||
ExpressionLayout * newPointedLayout = handleAddEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user