[TD]remove redundant edits from 9 Task dialogs
This commit is contained in:
committed by
WandererFan
parent
c3b46bad38
commit
cb280afbc4
@@ -88,12 +88,7 @@ TaskCosVertex::TaskCosVertex(TechDraw::DrawViewPart* baseFeat,
|
||||
m_pbTrackerState(TRACKERPICK),
|
||||
m_savePoint(QPointF(0.0, 0.0))
|
||||
{
|
||||
if ((m_basePage == nullptr) ||
|
||||
(m_baseFeat == nullptr)) {
|
||||
//should be caught in CMD caller
|
||||
Base::Console().Error("TaskCosVertex - bad parameters. Can not proceed.\n");
|
||||
return;
|
||||
}
|
||||
//baseFeat and page existence checked in cosmetic vertex command (CommandAnnotate.cpp)
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user