Fix error when drawing selection

slava 2006-08-04 02:06:55 +00:00
parent 402a102fa4
commit 6cba51ed7d
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ M: loc-monitor model-changed ( obj -- )
selection-start/end
over translate>selection-start
2dup [
>r 2dup r> draw-selected-line 1 translate-lines
>r 2dup r> draw-selected-line
1 editor get translate-lines
] each-line 2drop
] do-matrix ;