Fix caret height. DPI is handled in the GetCharPosition method of the text boxes.
This commit is contained in:
@@ -563,7 +563,7 @@ namespace FlaxEngine.GUI
|
||||
caretPos.X - (caretWidth * 0.5f),
|
||||
caretPos.Y,
|
||||
caretWidth,
|
||||
height * DpiScale);
|
||||
height);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user