remove overloading assignment operator of rectangle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user