[TD]Fix LockPosition icon location

This commit is contained in:
wandererfan
2019-07-17 18:15:30 -04:00
committed by WandererFan
parent d745257cc3
commit 8b608d99aa
3 changed files with 9 additions and 14 deletions

View File

@@ -192,7 +192,8 @@ short DrawView::mustExecute() const
ScaleType.isTouched() ||
Caption.isTouched() ||
X.isTouched() ||
Y.isTouched() );
Y.isTouched() ||
LockPosition.isTouched());
}
if ((bool) result) {
return result;