mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[calculation] HistoryController: display RationalListController when
clicking on a burger of a Rational input
This commit is contained in:
@@ -79,6 +79,8 @@ bool HistoryController::handleEvent(Ion::Events::Event event) {
|
||||
vc = &m_trigonometryController;
|
||||
} else if (additionalInfoType == Expression::AdditionalInformationType::Integer) {
|
||||
vc = &m_integerController;
|
||||
} else if (additionalInfoType == Expression::AdditionalInformationType::Rational) {
|
||||
vc = &m_rationalController;
|
||||
}
|
||||
if (vc) {
|
||||
vc->setExpression(calculation->input());
|
||||
|
||||
Reference in New Issue
Block a user