mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] InputTextDelegate and LayoutFieldDelegate don't inherit from
InputTextDelegate to avoid diamond inheritance
This commit is contained in:
@@ -12,8 +12,4 @@ bool TextFieldDelegate::textFieldDidReceiveEvent(::TextField * textField, Ion::E
|
||||
return textFieldDelegateApp()->textFieldDidReceiveEvent(textField, event);
|
||||
}
|
||||
|
||||
Toolbox * TextFieldDelegate::toolboxForInputEventHandler(InputEventHandler * textInput) {
|
||||
return textFieldDelegateApp()->toolboxForInputEventHandler(textInput);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user