Corretta dimensione dei radio buttons
git-svn-id: svn://10.65.10.50/trunk@3231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ab98c8bcf7
commit
7f4f98d0b4
@ -1425,6 +1425,8 @@ TRadiobutton_control::TRadiobutton_control(WINDOW win, short cid,
|
|||||||
else
|
else
|
||||||
if (extra < 0)
|
if (extra < 0)
|
||||||
rct.bottom -= extra;
|
rct.bottom -= extra;
|
||||||
|
rct.left -= XI_FU_MULTIPLE / 4;
|
||||||
|
rct.right += XI_FU_MULTIPLE / 4;
|
||||||
}
|
}
|
||||||
XI_OBJ_DEF* def = xi_add_container_def(NULL, cid, &rct, orient, cid);
|
XI_OBJ_DEF* def = xi_add_container_def(NULL, cid, &rct, orient, cid);
|
||||||
def->app_data = (long)this;
|
def->app_data = (long)this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user