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:
parent
7c99b8816c
commit
72010b502b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user