mirror of https://github.com/adamdruppe/arsd.git
Fixed simpledisplay on 64 bit
Signed-off-by: WebFreak001 <janju007@web.de>
This commit is contained in:
parent
3028278797
commit
05a893e9b9
|
@ -11087,7 +11087,7 @@ mixin template ExperimentalTextComponent() {
|
|||
struct Carat {
|
||||
TextLayout layout;
|
||||
InlineElement inlineElement;
|
||||
int offset;
|
||||
size_t offset;
|
||||
}
|
||||
|
||||
enum TextFormat : ushort {
|
||||
|
|
Loading…
Reference in New Issue