Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunti parametri di immagin bottone nel caso di bottoni nativi git-svn-id: svn://10.65.10.50/trunk@16014 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e15b452ae9
commit
e0af255db2
@ -1806,9 +1806,7 @@ TButton_field& TMask::add_button (
|
||||
// <mf TMask::add_date> <mf TMask::add_radio> <mf TMask::add_memo>
|
||||
{
|
||||
TButton_field* f = new TButton_field(this);
|
||||
f->construct(id, prompt, x, y, dy, win(page), flags, dx);
|
||||
if (bmpup > 0)
|
||||
f->set_bmp(bmpup, bmpdn);
|
||||
f->construct(id, prompt, x, y, dy, win(page), flags, dx, bmpup, bmpdn);
|
||||
add_field(f);
|
||||
return *f;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user