ba0.cpp Corretta gestione del flag P nel menu
ba883.cpp Migliorato bechmark git-svn-id: svn://10.65.10.50/trunk@3984 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
32b2c2c04d
commit
2d4866ed71
@ -538,8 +538,7 @@ void TMenu_application::load_menu()
|
|||||||
if (module == 0)
|
if (module == 0)
|
||||||
{
|
{
|
||||||
bool on = TRUE;
|
bool on = TRUE;
|
||||||
if (mod[0] == 'P')
|
// if (mod[0] == 'P') on = user() == "PRASSI"; // Errore MI1639
|
||||||
on = user() == "PRASSI";
|
|
||||||
_enabled.set(last, on);
|
_enabled.set(last, on);
|
||||||
}
|
}
|
||||||
while(!_enabled[last] && module > 0)
|
while(!_enabled[last] && module > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user