Fix TextEdit minimap tab drawing and click check

This commit is contained in:
kit
2024-05-08 10:29:12 -04:00
parent 2042420bd7
commit a53c8e8d70
2 changed files with 63 additions and 58 deletions
+1 -1
View File
@@ -1314,7 +1314,7 @@
[b]Note:[/b] This method is only implemented on Linux.
</member>
<member name="minimap_draw" type="bool" setter="set_draw_minimap" getter="is_drawing_minimap" default="false">
If [code]true[/code], a minimap is shown, providing an outline of your source code.
If [code]true[/code], a minimap is shown, providing an outline of your source code. The minimap uses a fixed-width text size.
</member>
<member name="minimap_width" type="int" setter="set_minimap_width" getter="get_minimap_width" default="80">
The width, in pixels, of the minimap.