Skip to content
Snippets Groups Projects
Commit aa723cc4 authored by deuce's avatar deuce
Browse files

Adjust topline if required to insert quoted lines.

parent 49128a14
No related branches found
No related tags found
No related merge requests found
......@@ -1223,6 +1223,8 @@ function quote_mode()
if(quote_line[i].selected) {
line.splice(ypos,0,quote_line[i]);
ypos++;
if(ypos-topline > lines_on_screen)
topline++;
}
}
quote_window_displayed=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment