Ricaricati i colori dopo scelta utente
git-svn-id: svn://10.65.10.50/trunk@1448 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e2fe60e6c0
commit
520c69e0df
@ -447,6 +447,7 @@ bool TMenu_application::check_user()
|
|||||||
TLocalisamfile users(LF_USER);
|
TLocalisamfile users(LF_USER);
|
||||||
TString16 utente(user()), pwd;
|
TString16 utente(user()), pwd;
|
||||||
|
|
||||||
|
|
||||||
bool ok = FALSE;
|
bool ok = FALSE;
|
||||||
for (int i = 0 ; i < 3 && !ok; i++)
|
for (int i = 0 ; i < 3 && !ok; i++)
|
||||||
{
|
{
|
||||||
@ -498,6 +499,7 @@ bool TMenu_application::check_user()
|
|||||||
m.set(F_PASSWORD,"");
|
m.set(F_PASSWORD,"");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
customize_colors();
|
||||||
if (err == NOERR)
|
if (err == NOERR)
|
||||||
{
|
{
|
||||||
if (ok)
|
if (ok)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user