1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

guiHyperText: Fix blinky cursor on link hover (#9392)

Change legacy size/position calculations to 'textarea'
This commit is contained in:
SmallJoker 2020-02-11 19:53:09 +01:00
parent fd4daefb29
commit 766d160ffb
2 changed files with 16 additions and 16 deletions

View file

@ -49,6 +49,7 @@ typedef enum {
f_ScrollBar,
f_Box,
f_ItemImage,
f_HyperText,
f_Unknown
} FormspecFieldType;