Corretto errore i sintassi nei TPushbutton_control
git-svn-id: svn://10.65.10.50/trunk@2878 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b679c8485c
commit
e1d6c89851
@ -1134,7 +1134,7 @@ TPushbutton_control::TPushbutton_control(WINDOW win, short cid,
|
||||
{
|
||||
if (bmp_up > 0)
|
||||
text = "";
|
||||
create(win, cid, left, top, width, height, flags, text, WC_PUSHBUTTON, cnt);
|
||||
create(win, cid, left, top, width, height, flags, text, WC_PUSHBUTTON, NULL);
|
||||
set_bmp(bmp_up, bmp_dn);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user