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:
parent
b5eb031328
commit
edf136ad07
@ -2345,7 +2345,8 @@ void TViswin::goto_pos(
|
|||||||
_point.y = r;
|
_point.y = r;
|
||||||
if (!moveorigin)
|
if (!moveorigin)
|
||||||
c = (c > (origin().x + _textcolumns)) ? c - origin().x : 0l;
|
c = (c > (origin().x + _textcolumns)) ? c - origin().x : 0l;
|
||||||
update_thumb(c,r);
|
if (_txt.lines() > _textrows)
|
||||||
|
update_thumb(c,r);
|
||||||
check_link(&_point);
|
check_link(&_point);
|
||||||
if (_isselection) display_selection();
|
if (_isselection) display_selection();
|
||||||
display_point();
|
display_point();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user