Cambiato in 0 il default di chiamata della write_enable delle relazioni
git-svn-id: svn://10.65.10.50/trunk@1423 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
235c319b49
commit
5cde32a1ba
@ -35,7 +35,7 @@ protected:
|
||||
virtual bool changing_mask(int mode) {return _msk[tip_msk()] == NULL;}
|
||||
virtual const char* get_next_key();
|
||||
virtual TMask* get_mask(int mode) ;
|
||||
virtual void write_enable(const bool on = TRUE);
|
||||
virtual void write_enable(bool on = TRUE);
|
||||
|
||||
static bool ba4200_handler(TMask& m, KEY k);
|
||||
|
||||
@ -476,11 +476,11 @@ bool TPersone_app::user_create()
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void TPersone_app::write_enable(const bool on)
|
||||
void TPersone_app::write_enable(bool on)
|
||||
|
||||
{
|
||||
_rel[MSKF]->write_enable(-1, on);
|
||||
_rel[MSKG]->write_enable(-1, on);
|
||||
_rel[MSKF]->write_enable(0, on);
|
||||
_rel[MSKG]->write_enable(0, on);
|
||||
}
|
||||
|
||||
bool TPersone_app::user_destroy()
|
||||
|
Loading…
x
Reference in New Issue
Block a user