mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
CComponents: remove member setCornerRadius(),
setCorner() replaces this function, 2nd parameter sets type
Origin commit data
------------------
Commit: 33ec56ad6f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-15 (Sun, 15 Sep 2013)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user