Fixed: Math > Result format did strange things

This commit is contained in:
Quentin Guidée
2019-11-29 20:16:26 +01:00
parent c775598519
commit 44c976e030
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ bool MathOptionsController::handleEvent(Ion::Events::Event event) {
GenericSubController * subController = nullptr;
if (m_messageTreeModel->children(selectedRow())->label() == I18n::Message::DisplayMode)
subController = &m_displayModeController;
if (m_messageTreeModel->children(selectedRow())->label() == I18n::Message::SymbolMultiplication)
else if (m_messageTreeModel->children(selectedRow())->label() == I18n::Message::SymbolMultiplication)
subController = &m_symbolController;
else
subController = &m_preferencesController;