diff --git a/include/controls.cpp b/include/controls.cpp index db9982d82..54dd18a44 100755 --- a/include/controls.cpp +++ b/include/controls.cpp @@ -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); }