mirror of https://github.com/godotengine/godot
Fixes gutter set width results in receiving only half of the desired size
(cherry picked from commit bb3d0fc6b7)
This commit is contained in:
parent
b54ff430aa
commit
e1de9f9fc4
|
|
@ -108,7 +108,7 @@ private:
|
|||
|
||||
/* Line numbers */
|
||||
int line_number_gutter = -1;
|
||||
int line_number_digits = 0;
|
||||
int line_number_digits = 1;
|
||||
String line_number_padding = " ";
|
||||
Color line_number_color = Color(1, 1, 1);
|
||||
void _line_number_draw_callback(int p_line, int p_gutter, const Rect2 &p_region);
|
||||
|
|
|
|||
Loading…
Reference in New Issue