Fix regression in Caption handling

This commit is contained in:
wandererfan
2019-06-01 12:31:43 -04:00
committed by WandererFan
parent 71a095360a
commit 0c429e3bc6
3 changed files with 4 additions and 5 deletions

View File

@@ -191,6 +191,7 @@ short DrawView::mustExecute() const
if (!isRestoring()) {
result = (Scale.isTouched() ||
ScaleType.isTouched() ||
Caption.isTouched() ||
X.isTouched() ||
Y.isTouched() );
}