remove overloading assignment operator of rectangle

This commit is contained in:
Jinhao
2016-07-13 08:00:59 +08:00
parent 8489e16d72
commit 5d5a808b2d
10 changed files with 71 additions and 64 deletions

View File

@@ -56,7 +56,7 @@ namespace nana
if (overlap(ir, valid_r, op_ir) == false)
return false;
valid_r = valid_dst_area;
valid_r.dimension(valid_dst_area);
rectangle good_dr;
if (overlap(dr, valid_r, good_dr) == false)
return false;