[TD]Fix LockPosition icon location
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user