silence -Wparentheses-equality warning

This commit is contained in:
Jacek Jendrzej
2017-11-03 20:14:37 +01:00
parent c7c52324a3
commit 75fd96f6b7
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ void CComponentsItem::paintInit(bool do_save_bg)
//handle frame color for slected/not selected item
if (fr_thickness) {
for(size_t j =0; j< v_fbdata.size() ;j++) {
if ((v_fbdata[j].fbdata_type == CC_FBDATA_TYPE_FRAME)){
if (v_fbdata[j].fbdata_type == CC_FBDATA_TYPE_FRAME){
v_fbdata[j].color = col_frame_cur;
v_fbdata[j].frame_thickness = th;
}