mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Clean Field and Input class hierarchy:
Class hierarchy: - InputEventHandler - TextInput - EditableField derives from InputEventHandler - LayoutField, TextField and ExpressioField derives from EditableField - TextArea and TextField derives from TextInput
This commit is contained in:
@@ -12,7 +12,7 @@ bool TextFieldDelegate::textFieldDidReceiveEvent(::TextField * textField, Ion::E
|
||||
return textFieldDelegateApp()->textFieldDidReceiveEvent(textField, event);
|
||||
}
|
||||
|
||||
Toolbox * TextFieldDelegate::toolboxForTextInput(TextInput * textInput) {
|
||||
Toolbox * TextFieldDelegate::toolboxForTextInput(InputEventHandler * textInput) {
|
||||
return textFieldDelegateApp()->toolboxForTextInput(textInput);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user