mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
Typo
This commit is contained in:
@@ -118,7 +118,7 @@ void EditExpressionController::reloadView() {
|
||||
|
||||
bool EditExpressionController::inputViewDidReceiveEvent(Ion::Events::Event event, bool shouldDuplicateLastCalculation) {
|
||||
if (shouldDuplicateLastCalculation && m_cacheBuffer[0] != 0) {
|
||||
/* The input text store in m_cacheBuffer might have beed correct the first
|
||||
/* The input text store in m_cacheBuffer might have been correct the first
|
||||
* time but then be too long when replacing ans in another context */
|
||||
Shared::TextFieldDelegateApp * myApp = textFieldDelegateApp();
|
||||
if (!myApp->isAcceptableText(m_cacheBuffer)) {
|
||||
|
||||
Reference in New Issue
Block a user