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

@@ -61,7 +61,7 @@ namespace nana
if (0 == effect_range_.width || 0 == effect_range_.height)
{
rect.x = rect.y = 0;
rect = owner_->dimension;
rect.dimension(owner_->dimension);
}
else
{