Corretto sfondo barra di attesa

git-svn-id: svn://10.65.10.50/branches/R_10_00@22702 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2012-07-11 16:06:45 +00:00
parent 7c99b8816c
commit 72010b502b

View File

@ -39,6 +39,7 @@ TIndwin::TIndwin(long tot, const char* txt, bool cancel, bool bar, int div)
if (_can_cancel)
flags |= WSF_CLOSE;
create(-1, y, hor, ver, TR("Elaborazione in corso"), flags, WD_MODAL);
attach_interface(win(), MASK_BACK_COLOR); // Mette eventuale texture
_bar_top = (lines+1)*ROWY;
@ -207,7 +208,7 @@ void TIndwin::update_txt()
void TIndwin::update()
{
clear(MASK_BACK_COLOR);
//clear(MASK_BACK_COLOR); // Già fatto da xi_interface
if (_gauge != NULL_WIN)
update_bar();