@@ -1 +1 @@
-Subproject commit 1be85ac9f4bc6b584e6a3a5a3d0287201c6a5f03
+Subproject commit 7c3cc858aba521829b0a5369267ea05107e79807
@@ -260,7 +260,8 @@ internal class TextOverlay : Overlay
caret.GlyphWidths = glyphWidths;
caret.Offset = Position;
- caret.CaretWidth = 2f / (float)ZoomScale;
+ caret.CaretWidth = (2f / (float)ZoomScale) / Matrix.ScaleX;
+
caret.Render(context);
}