month old bug fix from rob
This commit is contained in:
parent
c1fca1adb0
commit
2a373ea419
2 changed files with 30 additions and 16 deletions
|
|
@ -80,9 +80,9 @@ wininit(Window *w, Window *clone, Rectangle r)
|
|||
//assert(w->body.w == w);
|
||||
if(clone){
|
||||
w->dirty = clone->dirty;
|
||||
w->autoindent = clone->autoindent;
|
||||
textsetselect(&w->body, clone->body.q0, clone->body.q1);
|
||||
winsettag(w);
|
||||
w->autoindent = clone->autoindent;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue