added showlinenrs variable to spacetext
This commit is contained in:
@@ -215,7 +215,8 @@ typedef struct SpaceText {
|
||||
|
||||
int font_id;
|
||||
int lheight;
|
||||
int left, pad2;
|
||||
int left;
|
||||
int showlinenrs;
|
||||
|
||||
float pix_per_line;
|
||||
|
||||
|
@@ -1823,6 +1823,7 @@ void init_textspace(ScrArea *sa)
|
||||
|
||||
st->font_id= 5;
|
||||
st->lheight= 12;
|
||||
st->showlinenrs= 0;
|
||||
|
||||
st->top= 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user