[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12760] trunk/blender/source/blender/src/ drawtext.c: Patch [#7849] Fix for bug #7140 Scrollbar not stopping ok on the bottom of the text editor window

Davide Vercelli davide.vercelli at gmail.com
Sun Dec 2 20:27:59 CET 2007


On Dec 2, 2007 6:51 PM, Martin Poirier <theeth at yahoo.com> wrote:
[...]
> -       ltexth= txt_get_span(st->text->lines.first, st->text->lines.last)+1;
> +       ltexth= txt_get_span(st->text->lines.first, st->text->lines.last) st->viewlines / 2 + 2;

Er... this doesn't compile... maybe a missing "+" before st->viewlines?

UncleZeiv


More information about the Bf-committers mailing list