[TD]Landmark Dims initial impl

This commit is contained in:
wandererfan
2020-02-16 13:37:43 -05:00
committed by WandererFan
parent 4eacc3f28a
commit cb2a3d529c
24 changed files with 1177 additions and 90 deletions

View File

@@ -434,6 +434,7 @@ void DrawView::handleChangedPropertyType(
bool DrawView::keepUpdated(void)
{
// Base::Console().Message("DV::keepUpdated() - %s\n", getNameInDocument());
bool result = false;
bool pageUpdate = false;
@@ -455,7 +456,6 @@ bool DrawView::keepUpdated(void)
if (force) { //when do we turn this off??
result = true;
}
return result;
}