Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5828 → Rev 5829

/programs/cmm/lib/list_box.h
108,6 → 108,8
cur_y = cur_y_temp;
ret = 1;
}
if (horisontal_selelection)
{
cur_x_temp = xx - x / item_w;
if (cur_x_temp != cur_x) && (cur_x_temp<column_max)
{
115,6 → 117,7
ret = 1;
}
}
}
return ret;
}