Corrette porquerolles viswin: bottoni doppi al resize e errore in <page left>

git-svn-id: svn://10.65.10.50/trunk@56 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1994-08-24 10:13:24 +00:00
parent 687ba39c52
commit b40c8d6820

View File

@ -730,8 +730,7 @@ void TViswin::paint_selection ()
} }
} }
void TViswin :: void TViswin::paint_waitbar (bool xor)
paint_waitbar (bool xor)
{ {
#if XVT_OS == XVT_OS_WIN #if XVT_OS == XVT_OS_WIN
static int pic; static int pic;
@ -1189,7 +1188,7 @@ void TViswin::handler (WINDOW win, EVENT * ep)
origin ().x - _textcolumns + 1 : 0; origin ().x - _textcolumns + 1 : 0;
_point.x = new_origin + kdiff; _point.x = new_origin + kdiff;
check_link (); check_link ();
update_thumb (new_origin, _point.x); update_thumb(new_origin, _point.y);
_need_update = TRUE; _need_update = TRUE;
update (); // AAAARGH! update (); // AAAARGH!
@ -1456,7 +1455,7 @@ on_key (KEY key)
_curbut--; _curbut--;
break; break;
case K_SPACE: case K_SPACE:
case K_SHIFT_ENTER: case K_CTRL_ENTER:
if (_linkID != -1) if (_linkID != -1)
{ {
LINKHANDLER pl = MainApp ()->printer ().getlinkhandler (); LINKHANDLER pl = MainApp ()->printer ().getlinkhandler ();