[TD]fix Front lock icon in DPG

This commit is contained in:
wandererfan
2019-10-07 08:06:57 -04:00
committed by WandererFan
parent fd352c14f1
commit 4db8cac678
5 changed files with 28 additions and 1 deletions

View File

@@ -153,6 +153,11 @@ bool DrawView::isLocked(void) const
return LockPosition.getValue();
}
bool DrawView::showLock(void) const
{
return true;
}
//override this for View inside a group (ex DPGI in DPG)
void DrawView::handleXYLock(void)
{