Fixed simpledisplay on 64 bit

Signed-off-by: WebFreak001 <janju007@web.de>
This commit is contained in:
WebFreak001 2017-04-02 20:02:57 +02:00
parent 3028278797
commit 05a893e9b9
1 changed files with 1 additions and 1 deletions

View File

@ -11087,7 +11087,7 @@ mixin template ExperimentalTextComponent() {
struct Carat {
TextLayout layout;
InlineElement inlineElement;
int offset;
size_t offset;
}
enum TextFormat : ushort {