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

@@ -474,7 +474,7 @@ namespace API
nana::point pos{ r.x, r.y };
calc_window_point(wd, pos);
r = pos;
r.position(pos);
return r;
}