Skip to content

Commit 27e69ef

Browse files
committed
[[ Bug 17779 ]] Fix draw artefacts remaining when changing selected group margins
1 parent 29b65c0 commit 27e69ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

engine/src/group.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,6 +2070,10 @@ bool MCGroup::computeminrect(Boolean scrolling)
20702070
t_all = true;
20712071
state = oldstate;
20722072

2073+
// IM-2016-09-27: [[ Bug 17779 ]] redrawselection handles if selected
2074+
if (getselected())
2075+
getcard()->dirtyselection(oldrect);
2076+
20732077
// IM-2015-12-16: [[ NativeLayer ]] The group rect has changed, so send geometry change notification.
20742078
geometrychanged(getrect());
20752079

0 commit comments

Comments
 (0)