Correzione errore 5910. L'aggiornamento del vertice superiore sinistro

viene fatto solo se visualizza piu' pagine, in modo da evitare
visualizzazioni errate.


git-svn-id: svn://10.65.10.50/trunk@3453 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-08-28 07:38:14 +00:00
parent b5eb031328
commit edf136ad07

View File

@ -2345,7 +2345,8 @@ void TViswin::goto_pos(
_point.y = r;
if (!moveorigin)
c = (c > (origin().x + _textcolumns)) ? c - origin().x : 0l;
update_thumb(c,r);
if (_txt.lines() > _textrows)
update_thumb(c,r);
check_link(&_point);
if (_isselection) display_selection();
display_point();