mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[escher] Fix text inputs so they use UTF8
This commit is contained in:
@@ -28,7 +28,7 @@ protected:
|
||||
void unloadSyntaxHighlighter();
|
||||
void clearRect(KDContext * ctx, KDRect rect) const override;
|
||||
void drawLine(KDContext * ctx, int line, const char * text, size_t length, int fromColumn, int toColumn) const override;
|
||||
KDRect dirtyRectFromCursorPosition(size_t index, bool lineBreak) const override;
|
||||
KDRect dirtyRectFromPosition(const char * position, bool lineBreak) const override;
|
||||
private:
|
||||
App * m_pythonDelegate;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user