Fix TextEdit minimap tab drawing and click check
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user