CComponents: remove member setCornerRadius(),

setCorner() replaces this function, 2nd parameter sets type
This commit is contained in:
2013-09-15 20:39:54 +02:00
parent a9a1c5dd68
commit 33ec56ad6f
12 changed files with 16 additions and 26 deletions

View File

@@ -164,8 +164,7 @@ void CComponentsButton::initCaption()
cc_btn_capt_obj->doPaintBg(false);
//corner of text item
cc_btn_capt_obj->setCornerRadius(corner_rad-fr_thickness);
cc_btn_capt_obj->setCornerType(corner_type);
cc_btn_capt_obj->setCorner(corner_rad-fr_thickness, corner_type);
}
}