Aggiornato update() per E_SIZE
git-svn-id: svn://10.65.10.50/trunk@57 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b40c8d6820
commit
f168a2ad7e
@ -1129,14 +1129,6 @@ void TViswin::handler (WINDOW win, EVENT * ep)
|
|||||||
case E_SIZE:
|
case E_SIZE:
|
||||||
if (is_open ())
|
if (is_open ())
|
||||||
{
|
{
|
||||||
// riga bottoni di menta
|
|
||||||
// ne' giusto ne' bello, ma tant'e'
|
|
||||||
autoscroll (FALSE);
|
|
||||||
set_mode (M_COPY);
|
|
||||||
set_brush (MASK_BACK_COLOR);
|
|
||||||
bar (5, rows () - 3, columns () + 1, rows () + 1);
|
|
||||||
autoscroll (TRUE);
|
|
||||||
|
|
||||||
check_link ();
|
check_link ();
|
||||||
erase_point ();
|
erase_point ();
|
||||||
if (_isselection)
|
if (_isselection)
|
||||||
@ -1147,6 +1139,7 @@ void TViswin::handler (WINDOW win, EVENT * ep)
|
|||||||
autoscroll (TRUE);
|
autoscroll (TRUE);
|
||||||
repos_buttons ();
|
repos_buttons ();
|
||||||
display_point ();
|
display_point ();
|
||||||
|
_need_update = TRUE;
|
||||||
force_update ();
|
force_update ();
|
||||||
do_events ();
|
do_events ();
|
||||||
check_link (&_point);
|
check_link (&_point);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user