Skip to content

Commit

Permalink
fix update-buffer-data call in text change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Sep 28, 2018
1 parent 1fde1b0 commit de3dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text.lisp
Expand Up @@ -170,7 +170,7 @@ void main(){
(pop regions)
(decf i))))
(insert unit))))
(update-buffer-data cbo array size))))
(update-buffer-data cbo array :data-end size))))

(defmethod (setf color-regions) :around (regions (text highlighted-text))
;; FIXME: Check for overlapping regions.
Expand Down

0 comments on commit de3dc60

Please sign in to comment.